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
!254
Use `python3 -m pip` instead of direct `pip`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use `python3 -m pip` instead of direct `pip`
python-pip-install
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
python-pip-install
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
37e7b642
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/imaging_shower_ML/config.yml
+
2
−
2
Options
@@ -37,7 +37,7 @@ ml_shower:training_100:
stage
:
process
needs
:
[
"
ml_shower:tagging_epimuphka_100"
]
#, "ml_shower:tagging_e", "ml_shower:tagging_pi"]
script
:
-
pip install tensorflow particle
-
python3 -m
pip install tensorflow particle
-
python3 benchmarks/imaging_shower_ML/scripts/ml_training.py -t imcal_epimuphka_100 --pmin 0.5 --pmax
10
ml_shower:training
:
@@ -46,7 +46,7 @@ ml_shower:training:
when
:
manual
needs
:
[
"
ml_shower:tagging_epimuphka"
]
#, "ml_shower:tagging_e", "ml_shower:tagging_pi"]
script
:
-
pip install tensorflow particle
-
python3 -m
pip install tensorflow particle
-
python3 benchmarks/imaging_shower_ML/scripts/ml_training.py -t imcal_epimuphka --pmin 0.5 --pmax
10
ml_shower:test
:
Loading