Hacker News new | ask | show | jobs
by relate 3324 days ago
Interesting! I am wondering if it is easy to incorporate the visualizations of the models during training? If not, is this something on the roadmap?
1 comments

Yes, in fact that's one of our main use-cases. The behavior right now is very simple: it just looks in the target directory for the latest checkpoint. So if you're checkpointing regularly, you should be fine. We may implement a checkpoint selector or something more sophisticated in the future if it turns out lots of people are using it that way.