mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
typo
This commit is contained in:
parent
dbe4fb0eab
commit
7933564c66
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ echo ">>> Installing requirements";
|
||||||
conda run -n py38 pip install -r requirements.txt;
|
conda run -n py38 pip install -r requirements.txt;
|
||||||
echo ">>> Training model";
|
echo ">>> Training model";
|
||||||
#shellcheck disable=SC2086
|
#shellcheck disable=SC2086
|
||||||
/usr/bin/env time -v conda run -n py38 src/index.py pretrain --input "${INPUT}" --output "${dir_output}" ${ARGS};
|
/usr/bin/env time -v conda run -n py38 src/index.py train --input "${INPUT}" --output "${dir_output}" ${ARGS};
|
||||||
src/index.py train --input "${INPUT}" -o "${dir_output}"
|
src/index.py train --input "${INPUT}" -o "${dir_output}"
|
||||||
# Recommended extra args: --water-size 94 --batch-size 48 --arch convnext_i_xtiny
|
# Recommended extra args: --water-size 94 --batch-size 48 --arch convnext_i_xtiny
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue