Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMacaluso committed Mar 20, 2019
1 parent 7ff26d9 commit 70da9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ with the link to download it [here](https://desycloud.desy.de/index.php/s/llbX3z
- To run:
*python3.6 search_hyperparams.py --gpu=0*

- [`preprocess_main.py`](recnn/preprocess_main.py): Preprocess the jet dictionaries and go from the jet constituents 4-momentum vectors to the 7 features for the nodes (|p|, eta, phi, E, E/Ejet, pT and theta). Before running, define *toptag_reference_train*, *toptag_reference_val* and *toptag_reference_test* with the location and name of the input trees saved in [`data/inputTrees/top_tag_reference_dataset/`](data/inputTrees/top_tag_reference_dataset/) (e.g. `toptag_reference_train=dir_jets_subjets+'/tree_train_jets.pkl'`)
- [`preprocess_main.py`](recnn/preprocess_main.py): Preprocess the jet dictionaries and go from the jet constituents 4-momentum vectors to the 7 features for the nodes (|p|, eta, phi, E, E/Ejet, pT and theta). Before running, define *toptag_reference_train*, *toptag_reference_val* and *toptag_reference_test* with the name of the input trees saved in [`data/inputTrees/top_tag_reference_dataset/`](data/inputTrees/top_tag_reference_dataset/) (e.g. `toptag_reference_train=dir_jets_subjets+'/tree_train_jets.pkl'`)


- [`train.py`](recnn/train.py): Train the model. This file calls `model/recNet.py`, `model/data_loader.py`, `model/preprocess.py`, `model/dataset.py` and `utils.py`
Expand Down Expand Up @@ -134,7 +134,7 @@ If you use this package, please cite this code as
```
@misc{TreeNiN,
author = "Macaluso, Sebastian and Cranmer, Kyle",
title = "{Tree Network in Network for jet physics}",
title = "{Tree Network in Network (TreeNiN) for jet physics}",
note = "{DOI: 10.5281/zenodo.2582216}",
year = {2019},
url = {https://github.com/SebastianMacaluso/TreeNiN}
Expand Down

0 comments on commit 70da9cb

Please sign in to comment.