File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ CANDLE_CONFIG=0
25
25
26
26
if (( $ARGC == 2 )) ; then
27
27
CMD=( python ${CANDLE_MODEL} )
28
- echo " CMD2 = ${CMD[@]} "
29
28
elif (( $ARGC >= 3 )) ; then
30
29
# If original $3 is a file, set candle_config and passthrough $@
31
30
CANDLE_CONFIG=$1
@@ -38,14 +37,14 @@ elif (( $ARGC >= 3 )) ; then
38
37
fi
39
38
fi
40
39
41
- echo " CMD = ${CMD[@]} "
42
-
43
40
# Report runtime arguments
44
41
echo " using CUDA_VISIBLE_DEVICES ${CUDA_VISIBLE_DEVICES} "
45
42
echo " using CANDLE_DATA_DIR ${CANDLE_DATA_DIR} "
46
43
echo " using CANDLE_CONFIG ${CANDLE_CONFIG} "
47
44
48
45
echo " train.sh: running command..."
46
+ echo " CMD = ${CMD[@]} "
47
+ echo
49
48
50
49
# Set up environmental variables and execute the model!
51
50
if env CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \
You can’t perform that action at this time.
0 commit comments