clay-lab / transductions

A PyTorch framework for creating, running, and reproducing experiments on seq2seq models.
6 stars 3 forks source link

Simplify file structure #22

Closed NoahAmsel closed 4 years ago

NoahAmsel commented 4 years ago

Change cox store name to be pretty (experiment name + date). Then combine logs, models, and results folders so that everything is in the Cox store folder.

Also add ability to train a model starting from a previously saved checkpoint. If you provide an experiment name that already exists, it will load it rather than recreating it from scratch.