Unanswered
Hello, Is There Any Way To Download All Scalars, Not Only Last Metrics, By Python Interface. I Am Going To Analyze My Learning Curves By Myself.
Hello! I'm doing it like this:scalars = task.get_reported_scalars()
it returns a dictionary with all the scalars for all iterations that you can access like so:scalars['epoch_accuracy']['validation: epoch_accuracy']['y']
166 Views
0
Answers
3 years ago
one year ago