from local

This commit is contained in:
dohe0342 2022-12-28 11:03:26 +09:00
parent 26bfe889c8
commit 5dd8f86aa0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
git pull
workstation="whale"
workstation="bear"
if [ $workstation = "whale" ]; then
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
@ -45,5 +45,5 @@ else
--accum-grads 4 \
--encoder-type d2v \
--additional-block True \
--prune-range 10 \
--prune-range 10
fi