JDACS4C-IMPROVE / Singularity

Singularity definitions that can be extended to support execution of community models.
MIT License
3 stars 5 forks source link

DeepTTC: Could not find *_default_model.txt #19

Open wilke opened 1 year ago

wilke commented 1 year ago

Missing default model file in search path /usr/local

ERROR Could not find *_default_model.txt

https://github.com/JDACS4C-IMPROVE/Singularity/blob/bb7bcaa7ebd47d1ca71d15de100df045c7ed98a4/definitions/DeepTTC.def#L20

wilke commented 1 year ago

Please update train.sh and preprocess.sh as well

AlexandrNP commented 1 year ago

Hi Andreas. What updates are required?

wilke commented 1 year ago

New location for the model repo is usr/local/DeepTTC The interface scripts need to be updated to find code in the new location. I can see two options, either update the path directly or introduce an environment variable with the path to the model directory.