Skip to content

Commit a40951b

Browse files
committed
Clean up
1 parent a48bfb4 commit a40951b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Pilot1/Uno/train.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CANDLE_CONFIG=0
2525

2626
if (( $ARGC == 2 )) ; then
2727
CMD=( python ${CANDLE_MODEL} )
28-
echo "CMD2 = ${CMD[@]}"
2928
elif (( $ARGC >= 3 )) ; then
3029
# If original $3 is a file, set candle_config and passthrough $@
3130
CANDLE_CONFIG=$1
@@ -38,14 +37,14 @@ elif (( $ARGC >= 3 )) ; then
3837
fi
3938
fi
4039

41-
echo "CMD = ${CMD[@]}"
42-
4340
# Report runtime arguments
4441
echo "using CUDA_VISIBLE_DEVICES ${CUDA_VISIBLE_DEVICES}"
4542
echo "using CANDLE_DATA_DIR ${CANDLE_DATA_DIR}"
4643
echo "using CANDLE_CONFIG ${CANDLE_CONFIG}"
4744

4845
echo "train.sh: running command..."
46+
echo "CMD = ${CMD[@]}"
47+
echo
4948

5049
# Set up environmental variables and execute the model!
5150
if env CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \

0 commit comments

Comments
 (0)