Closed johntiger1 closed 4 years ago
It is more-or-less how MainLogger
stores the data - see plotlosses.logger.log_history
. However, we made plotlosses.update
more general - so not to assume that all metrics have the same number of steps.
If there is more need for that, I can add update_from_many_steps
. Could you describe your use case?
I have a standard loss dictionary which I update like:
Is it possible to pass in the dictionary directly? i.e. instead of:
make it something like
Also, is there an API or readthedocs anywhere? Thanks