Open babillu opened 9 years ago
experiments/nmt readme.md:
When training starts, look for the following files:
- search_model.npz contains all the parameters
- search_state.pkl contains the state
- search_timing.npz contains useful training statistics
In fact, file names: encdec_model.npz encdec_state.pkl encdec_timing.npz
That depends on the state prototype you use. If you used "prototype_searchstate", the file names would be "search*".
I observed the following minor issue.
This is what is written in readme for experiments/nmt:
It turns out that by "simply running train.py" I get an error message, because train.py parse_args() contains: ("--proto", default="prototype_state")