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
This commit is part of merge request !115. Comments created here will be created in the context of that merge request.
...@@ -61,6 +61,7 @@ include: ...@@ -61,6 +61,7 @@ include:
- local: 'benchmarks/clustering/config.yml' - local: 'benchmarks/clustering/config.yml'
- local: 'benchmarks/rich/config.yml' - local: 'benchmarks/rich/config.yml'
- local: 'benchmarks/imaging_ecal/config.yml' - local: 'benchmarks/imaging_ecal/config.yml'
- local: 'benchmarks/imaging_shower_ML/config.yml'
final_report: final_report:
......
ml_shower:tagging : ml_shower:tagging_epi :
extends: .rec_benchmark 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 stage: process
timeout: 8 hour timeout: 8 hour
script: script:
- python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "electron" --pmin 0.5 --pmax 10 - 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: ml_shower:training:
extends: .rec_benchmark extends: .rec_benchmark
when: manual
stage: process stage: process
needs: ["ml_shower:tagging"] needs: ["ml_shower:tagging"]
script: script:
...@@ -15,8 +34,9 @@ ml_shower:training: ...@@ -15,8 +34,9 @@ ml_shower:training:
ml_shower:test: ml_shower:test:
extends: .rec_benchmark extends: .rec_benchmark
when: manual
stage: collect stage: collect
needs: ["ml_shower:tagging"] needs: ["ml_shower:training"]
script: script:
- ls -lrth - ls -lrth
# TODO # TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment