This question was migrated from Github Discussions.
Original Question:
When following the quick start Tensorflow example, I noticed that in the example terminal it showed the evaluate function being called and printing the results. However, when I follow the example, I notice that in my terminal it doesn’t show the evaluate function being called nor the results being printed. Does anyone have an idea why?
Answer:
Hi, this is now covered in the Flower tutorial: Where’s the accuracy
Here’s a more detailed explanation: Metrics_distributed always stays empty {} - #2