tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 401 forks source link

Run lumi eval on imported checkpoint #272

Open samkit-jain opened 5 years ago

samkit-jain commented 5 years ago

How do I specify the checkpoint to use in lumi eval?

Background: I did the training on a different machine. Exported the checkpoint from there and imported the checkpoint in a different machine. Now, I want to run lumi eval for the imported checkpoint on the machine where the checkpoint was imported. I can extract the contents of exported tar file in the jobs folder and then run the eval. Is there a better way to just specify the checkpoint in the command itself?

StephenRUK commented 5 years ago

There doesn't seem to be an option, see what lumi eval --help tells you. I would also like to see a better direct interaction with the TensorFlow checkpoints here. Even better: An option to periodically run the evaluation during training (hot, without stopping training first)