chore: add print run name
This commit is contained in:
parent
a200b7628f
commit
5baa79e083
|
@ -69,4 +69,5 @@ if [ $train_status -ne 0 ]; then
|
|||
fi
|
||||
|
||||
python3 -c "import moxing as mox; mox.file.copy_parallel('${output_dir}', 'obs://xty/results/${run_name}')"
|
||||
echo "${run_name} uploaded"
|
||||
rm -r ${output_dir}
|
Loading…
Reference in New Issue