tryolabs / luminoth

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

Display training config details on checkpoint info #217

Open hkuyam008 opened 6 years ago

hkuyam008 commented 6 years ago

When we are trying to train luminoth by using ssd/fasterrcnn on our own dataset and constantly tweaking the training configurations and retraining multiple times, it really helps if we can see the training configuration information associated with a specific checkpoint when we type in $lumi checkpoint info

I know I can export the specific checkpoint and always look at the bundled config.yml file to figure out the training configurations associated with that checkpoint, but it is really a round about way of getting details about a local checkpoint, which should be available by type in a simple command