- Log onto https://imperium-sm.hep.caltech.edu and start your server
- Start a new terminal by clicking on the top right
- Clone our
DeepJetrepository as usual, but do not installminiconda2
git clone https://github.com/DeepDoubleB/DeepJet- Go back to the directory tree (original tab) and navigate to the
DeepJet/Trainfolder
- To run a training, open and run the notebook
DeepJet/Train/train_deepdoubleb_Resnet.py. You can evaluate each cell of the notebook by doingshift+enteronce your cursor is in that cell. - To evalate the performance after the training, open the notebook
DeepJet/Train/train_deepdoubleb_Resnet.pyand execute each cell of the notebook (Note this training is not working correctly yet... but the plots are still made).

