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
2
Merged
Chao Peng
requested to merge
add_ml_benchmark
into
master
3 years ago
Overview
0
Commits
9
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
fa75a63c
Prev
Next
Show latest version
2 files
+
23
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
fa75a63c
add config into gitlab-ci
· fa75a63c
Chao Peng
authored
3 years ago
benchmarks/imaging_shower_ML/config.yml
+
22
−
2
Options
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:t
agg
ing"
]
needs
:
[
"
ml_shower:t
rain
ing"
]
script
:
-
ls -lrth
# TODO
Loading