Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarkoV committed Oct 12, 2022
1 parent b864c7c commit ce95a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
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/
echo "scp -P 2222 -R $EXPERIMENT/ [email protected]:/home/ammar/public_html/ncsnv2_archimedes/exp/logs/"
scp -P 2222 -r $EXPERIMENT/ [email protected]:/home/ammar/public_html/ncsnv2_archimedes/exp/logs/
echo "scp -P 2222 -r exp/logs/$EXPERIMENT/ [email protected]:/home/ammar/public_html/ncsnv2_archimedes/exp/logs/"

exit 0

0 comments on commit ce95a3f

Please sign in to comment.