Skip to content

Commit a605d80

Browse files
committed
Debug
1 parent ebaeba2 commit a605d80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Pilot1/Uno/train.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CANDLE_CONFIG=0
2222

2323
if (( $# == 2 )) ; then
2424
CMD=( python ${CANDLE_MODEL} )
25-
echo "CMD = $CMD"
25+
echo "CMD2 = ${CMD[@]}"
2626
elif (( $# >= 3 )) ; then
2727
# if original $3 is a file, set candle_config and passthrough $@
2828
CANDLE_CONFIG=$1
@@ -44,6 +44,7 @@ echo "using CANDLE_CONFIG ${CANDLE_CONFIG}"
4444

4545
echo "train.sh: running command..."
4646

47+
set -x
4748
# Set up environmental variables and execute the model!
4849
if env CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \
4950
CANDLE_DATA_DIR=${CANDLE_DATA_DIR} \

0 commit comments

Comments
 (0)