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 a605d80 commit 8ec394aCopy full SHA for 8ec394a
Pilot1/Uno/train.sh
@@ -20,6 +20,7 @@ CUDA_VISIBLE_DEVICES=$1 ; shift
20
CANDLE_DATA_DIR=$1 ; shift
21
CANDLE_CONFIG=0
22
23
+set -x
24
if (( $# == 2 )) ; then
25
CMD=( python ${CANDLE_MODEL} )
26
echo "CMD2 = ${CMD[@]}"
0 commit comments