Skip to content
Snippets Groups Projects
Commit 7af04067 authored by Sebouh Paul's avatar Sebouh Paul
Browse files

Update run_zdc_sipmontile.sh

Added lines to create tensorflow environment and activate it, so that the libraries needed for the AI model can be used.  
parent 847c7bf7
No related branches found
No related tags found
1 merge request!313AI energy-recon for SiPM-on-tile ZDC
......@@ -137,6 +137,9 @@ echo "running inference.py"
mkdir testdir
cp ${JUGGLER_REC_FILE} testdir/
conda env create -f benchmarks/far_forward/pointcloud/tensorflow.yml
conda activate tensorflow
python benchmarks/far_forward/pointcloud/
python inference.py --results model/ --test_dir ../../../testdir/ --num_test_files 1
cd -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment