Skip to content

Releasing v1.1 of EGamma ID-Trainer

Pre-release
Pre-release
Compare
Choose a tag to compare
@a-kapoor a-kapoor released this 19 Apr 21:17
· 81 commits to master since this release
e652bb8

###############Do not use v1.1 anymore############## Depreciated#################

Clone

git clone --branch v1.1 https://github.com/cms-egamma/ID-Trainer.git

Setup

source /cvmfs/sft.cern.ch/lcg/views/LCG_97python3/x86_64-centos7-gcc8-opt/setup.sh

Create a new config (Just copy the default one and start editing on top of it)

cp Tools/TrainConfig.py MyTrainConfig.py

More information on how to edit the config is in the attached pdf.

All you need to do is to edit the NewTrainConfig.py with the settings for your analysis and then run

python Trainer.py MyTrainConfig

The Trainer.py will read the settings from the config file and run training

Suggestion: Do not remove or touch the original Tools/TrainConfig.py (Keep it for reference)