Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Merge requests
!115
Add ML benchmark for imaging calorimetry
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add ML benchmark for imaging calorimetry
add_ml_benchmark
into
master
Overview
0
Commits
9
Pipelines
0
Changes
1
Merged
Chao Peng
requested to merge
add_ml_benchmark
into
master
3 years ago
Overview
0
Commits
9
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
bddf3c75
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bddf3c75
change stages
· bddf3c75
Chao Peng
authored
3 years ago
benchmarks/imaging_shower_ML/config.yml
+
3
−
3
Options
ml_shower:tagging_epi
:
extends
:
.rec_benchmark
when
:
manual
stage
:
process
stage
:
benchmark1
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
@@ -10,7 +10,7 @@ ml_shower:tagging_epi :
ml_shower:tagging_e
:
extends
:
.rec_benchmark
when
:
manual
stage
:
process
stage
:
benchmark1
timeout
:
8 hour
script
:
-
python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "electron" --pmin 0.5 --pmax
10
@@ -18,7 +18,7 @@ ml_shower:tagging_e :
ml_shower:tagging_pi
:
extends
:
.rec_benchmark
when
:
manual
stage
:
process
stage
:
benchmark1
timeout
:
8 hour
script
:
-
python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imshower -n 10000 --particles "pion-" --pmin 0.5 --pmax
10
Loading