Skip to content

Commit a43ad43

Browse files
committed
updating theano flags
1 parent 8900f82 commit a43ad43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

workflows/p2b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ export KERAS_BACKEND=theano
4747
#export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
4848
#export OMP_NUM_THREADS=144
4949

50+
#export THEANO_FLAGS="config.base_compiledir=$instance_directory"
51+
export THEANO_FLAGS="base_compiledir=$instance_directory"
52+
53+
54+
5055
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5156
PYTHON="$PYTHONHOME/bin/python"
5257
export LD_LIBRARY_PATH="$PYTHONHOME/lib"

0 commit comments

Comments
 (0)