rdevon / cortex

A machine learning library for PyTorch
BSD 3-Clause "New" or "Revised" License
92 stars 25 forks source link

Reloading with old arguments #166

Closed rdevon closed 5 years ago

rdevon commented 6 years ago

-r <PATH> isn't loading the model arguments, so they have to be all reentered for reloading to work properly. This should be fixed ASAP and tested.

rdevon commented 6 years ago

So the arguments should be saved (we've used this feature often to double check our models), but it's not being used in the new model.