mila-iqia / cookiecutter-pyml

MIT License
19 stars 8 forks source link

Copy output folder to tmp_folder on cluster #121

Closed ma-beaudoin closed 1 month ago

ma-beaudoin commented 1 month ago

Currently, the output folder and the best_model inside it do not get copied in the tmp_folder on the cluster, therefore model training does not resume as expected. Proposed fix: copy the output_dir in tmp_folder at initialization.

mirkobronzi commented 1 month ago

solved in #122