mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fix logging
This commit is contained in:
parent
d765b3b14e
commit
7d0e3913ae
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export PATH=$HOME/software/bin:$PATH;
|
|||
|
||||
echo ">>> Installing requirements";
|
||||
conda run -n py38 pip install -r requirements.txt;
|
||||
echo ">>> Training model";
|
||||
echo ">>> Making predictions";
|
||||
#shellcheck disable=SC2086
|
||||
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 $?";
|
||||
|
|
Loading…
Reference in a new issue