We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaeba2 commit a605d80Copy full SHA for a605d80
Pilot1/Uno/train.sh
@@ -22,7 +22,7 @@ CANDLE_CONFIG=0
22
23
if (( $# == 2 )) ; then
24
CMD=( python ${CANDLE_MODEL} )
25
- echo "CMD = $CMD"
+ echo "CMD2 = ${CMD[@]}"
26
elif (( $# >= 3 )) ; then
27
# if original $3 is a file, set candle_config and passthrough $@
28
CANDLE_CONFIG=$1
@@ -44,6 +44,7 @@ echo "using CANDLE_CONFIG ${CANDLE_CONFIG}"
44
45
echo "train.sh: running command..."
46
47
+set -x
48
# Set up environmental variables and execute the model!
49
if env CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \
50
CANDLE_DATA_DIR=${CANDLE_DATA_DIR} \
0 commit comments