File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ export PYTHONPATH="$THIS/..:$BENCHMARK_DIR:$COMMON_DIR"
8
8
9
9
echo $PYTHONPATH | tr : ' \n' | nl
10
10
11
- KERAS_BACKEND= " theano " python $THIS /test.py
11
+ python $THIS /test.py
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ BENCHMARK_DIR=../../../../../Benchmarks/Pilot2/P2B1
5
5
COMMON_DIR=../../../common/python
6
6
export PYTHONPATH=" $PWD /..:$BENCHMARK_DIR :$COMMON_DIR "
7
7
8
- KERAS_BACKEND= " theano " python ../p2b1_runner.py ./params.json ./ keras
8
+ python ../p2b1_runner.py ./params.json ./ keras
Original file line number Diff line number Diff line change @@ -113,5 +113,4 @@ set -x
113
113
WORKFLOW_SWIFT=workflow3.swift
114
114
swift-t -n $PROCS $MACHINE -p -I $EQR -r $EQR \
115
115
-e LD_LIBRARY_PATH=$LD_LIBRARY_PATH :$R_LIB :$GCC_LIB \
116
- -e KERAS_BACKEND=$KERAS_BACKEND \
117
116
$EMEWS_PROJECT_ROOT /swift/$WORKFLOW_SWIFT $CMD_LINE_ARGS
You can’t perform that action at this time.
0 commit comments