You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
In the newest version, while training a new model, directories for train and val metrics are created in the main directory (InnerEye-DeepLearning) instead of in the directory of the model (InnerEye-DeepLearning/outputs/timestamp_model_name)
Code for reproduction
Ididn'tchangethepathsthere
Actual outcome
Train and Val directories with matrics are in directory InnerEye-DeepLearning
Error messages
No errors
Expected outcome
Train and Val directories should be created in the directory of the model (InnerEye-DeepLearning/outputs/timestamp_model_name/Train) but it is not created
System info
Ubuntu 18.04.5 LTS
Conda environment created from environment.yml d902e02
Hi @Adapter668 , thanks for reporting this. You are right, this changed recently. We previously had a hardcoded change working directory at the start of training, but that created a few downstream problems. We decided to remove that.
It is now the responsibility of the author of the LightningContainer to write to the correct folder. In the new world, your model should write all files to self.outputs_folder, instead of the current working directory.
@peterhessey , could you please double-check the documentation around that?
Is there an existing issue for this?
Bug summary
In the newest version, while training a new model, directories for train and val metrics are created in the main directory (InnerEye-DeepLearning) instead of in the directory of the model (InnerEye-DeepLearning/outputs/timestamp_model_name)
Code for reproduction
Actual outcome
Train and Val directories with matrics are in directory InnerEye-DeepLearning
Error messages
Expected outcome
Train and Val directories should be created in the directory of the model (InnerEye-DeepLearning/outputs/timestamp_model_name/Train) but it is not created
System info
Ubuntu 18.04.5 LTS
Conda environment created from environment.yml
d902e02
AB#8318
The text was updated successfully, but these errors were encountered: