Closed maning closed 6 years ago
I agree. We could think about integrating more full blown solutions like tensorboard or visdom. But that may be too much for the user-base we are targeting here and the use-cases we have in mind.
Maybe writing out a simple text file you can easily evaluate would be a good idea.
Here are the related code locations where we could add it:
https://github.com/mapbox/robosat/pull/118 saves a log file. Closing this.
Currently
rs train
saves only history plot and checkpoint pth. For very large epoch numbers, its hard to understand from the saved plot the small variations in the model after every epoch. Saving the result as a text file would help dig into the numbers better.