JDACS4C-IMPROVE / Singularity

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

Test TranPathDSP #49

Closed wilke closed 11 months ago

wilke commented 1 year ago

Command: singularity exec --bind ${TEST_DIR}:/candle_data_dir build/TranPathDSP.sif train.sh 5 /candle_data_dir --epochs 1 Status: Failed

Output:

FATAL:   "train.sh": executable file not found in $PATH
priyanka9991 commented 1 year ago

This model is not candle-ized. Missing train.sh, preprocess.sh and infer.sh.

wilke commented 11 months ago

I am closing this issue. Testing will resume from scratch for the next release.