MathGaron / pytorch_toolbox

Boiler plate code for pytorch. Train/Validation loops, visualization etc. For research.
MIT License
10 stars 3 forks source link

can reload a saved model #3

Closed weberhen closed 7 years ago

weberhen commented 7 years ago

Yes, both load and save model.

MathGaron commented 7 years ago

Ok thinking of it, I will just change the way it load the model so the user explicitly tell it to do so, else it can bring some confusion