mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
again
This commit is contained in:
parent
52dff130dd
commit
b836f7f70c
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ echo ">>> Installing requirements";
|
||||||
conda run -n py38 pip install -r requirements.txt;
|
conda run -n py38 pip install -r requirements.txt;
|
||||||
echo ">>> Making predictions";
|
echo ">>> Making predictions";
|
||||||
#shellcheck disable=SC2086
|
#shellcheck disable=SC2086
|
||||||
|
echo COMMAND: conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}" ${ARGS}
|
||||||
conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}" ${ARGS}
|
conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}" ${ARGS}
|
||||||
echo ">>> exited with code $?";
|
echo ">>> exited with code $?";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue