Skip to content
Snippets Groups Projects

AI energy-recon for SiPM-on-tile ZDC

Open Sebouh Paul requested to merge zdc_sipmontile_ai into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
  • 7af04067
    Update run_zdc_sipmontile.sh · 7af04067
    Sebouh Paul authored
    Added lines to create tensorflow environment and activate it, so that the libraries needed for the AI model can be used.  
@@ -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 -
Loading