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 3db6936 commit a48bfb4Copy full SHA for a48bfb4
Pilot1/Uno/train.sh
@@ -10,8 +10,7 @@ set -eu
10
### Path to your CANDLEized model's main Python script###
11
CANDLE_MODEL=/usr/local/Benchmarks/Pilot1/Uno/uno_baseline_keras2.py
12
13
-set -x
14
-
+# Make copy of $# before shifts
15
ARGC=$#
16
17
if (( $ARGC < 2 )) ; then
@@ -48,7 +47,6 @@ echo "using CANDLE_CONFIG ${CANDLE_CONFIG}"
48
47
49
echo "train.sh: running command..."
50
51
52
# Set up environmental variables and execute the model!
53
if env CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES} \
54
CANDLE_DATA_DIR=${CANDLE_DATA_DIR} \
0 commit comments