rdevon / cortex

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

Include `seed` to argument parser #197

Open tsirif opened 5 years ago

tsirif commented 5 years ago

Hello there!

I would like to make a PR which would include the following things:

Do you agree with these modifications? Where would they be most appropriate to include?

Also, what is the current status regarding the resumability of a specific named experiment? Some optimizer objects are not stateless, are they also saved? and if they are not, should they?

Thank you!

rdevon commented 5 years ago

What is the high-level goal 2-4?

tsirif commented 5 years ago

To ensure that an experiment is reproducible with a specific seed, regardless if it was interrupted and resumed at some point or not.

rdevon commented 5 years ago

OK, let's see your PR then. Thanks for working on this!