Skip to content

Commit

Permalink
run on GPU ermongroup#1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarkoV committed Oct 13, 2022
1 parent ce95a3f commit 0f64899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
EXPERIMENT=$2
fi

PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python python main.py --config $CONFIGURATION --doc $EXPERIMENT
CUDA_VISIBLE_DEVICES="1" PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python python main.py --config $CONFIGURATION --doc $EXPERIMENT

cd "exp/logs"
scp -P 2222 -r $EXPERIMENT/ [email protected]:/home/ammar/public_html/ncsnv2_archimedes/exp/logs/
Expand Down

0 comments on commit 0f64899

Please sign in to comment.