Skip to content

Commit a48bfb4

Browse files
committed
Clean up
1 parent 3db6936 commit a48bfb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Pilot1/Uno/train.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ set -eu
1010
### Path to your CANDLEized model's main Python script###
1111
CANDLE_MODEL=/usr/local/Benchmarks/Pilot1/Uno/uno_baseline_keras2.py
1212

13-
set -x
14-
13+
# Make copy of $# before shifts
1514
ARGC=$#
1615

1716
if (( $ARGC < 2 )) ; then
@@ -48,7 +47,6 @@ echo "using CANDLE_CONFIG ${CANDLE_CONFIG}"
4847

4948
echo "train.sh: running command..."
5049

51-
set -x
5250
# Set up environmental variables and execute the model!
5351
if env CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \
5452
CANDLE_DATA_DIR=${CANDLE_DATA_DIR} \

0 commit comments

Comments
 (0)