Skip to content
Snippets Groups Projects
Commit fa75a63c authored by Chao Peng's avatar Chao Peng
Browse files

add config into gitlab-ci

parent 5b6afd02
No related branches found
No related tags found
1 merge request!115Add ML benchmark for imaging calorimetry
......@@ -61,6 +61,7 @@ include:
- local: 'benchmarks/clustering/config.yml'
- local: 'benchmarks/rich/config.yml'
- local: 'benchmarks/imaging_ecal/config.yml'
- local: 'benchmarks/imaging_shower_ML/config.yml'
final_report:
......
ml_shower:tagging :
ml_shower:tagging_epi :
extends: .rec_benchmark
when: manual
stage: process
timeout: 8 hour
script:
- python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "electron,pion-,pion-" --pmin 0.5 --pmax 10
ml_shower:tagging_e :
extends: .rec_benchmark
when: manual
stage: process
timeout: 8 hour
script:
- python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "electron" --pmin 0.5 --pmax 10
ml_shower:tagging_pi :
extends: .rec_benchmark
when: manual
stage: process
timeout: 8 hour
script:
- python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "pion-" --pmin 0.5 --pmax 10
ml_shower:training:
extends: .rec_benchmark
when: manual
stage: process
needs: ["ml_shower:tagging"]
script:
......@@ -15,8 +34,9 @@ ml_shower:training:
ml_shower:test:
extends: .rec_benchmark
when: manual
stage: collect
needs: ["ml_shower:tagging"]
needs: ["ml_shower:training"]
script:
- ls -lrth
# TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment