cyclops
cyclops copied to clipboard
Support user-defined model directory in PTModel
During training, models are currently being saved in current_working_directory/output/ModelClassName
.
TODO
- Support user-defined directory for model saving.
- Maybe support creating versions for model directories if the same directory name exists or of changes in configuration are detected. For example,
path/to/model_directory/1
andpath/to/model_directory/2