Commit ·
c0ca5b2
1
Parent(s): d129ca0
updated README
Browse files- root_gnn_dgl/README.md +5 -5
root_gnn_dgl/README.md
CHANGED
|
@@ -122,16 +122,16 @@ Inference is done by `scripts/inference.py`. This script applies the model defin
|
|
| 122 |
|
| 123 |
```bash
|
| 124 |
python scripts/inference.py \
|
| 125 |
-
--target "/global/cfs/projectdirs/
|
| 126 |
-
--destination "/global/cfs/projectdirs/
|
| 127 |
--config "configs/stats_100K/finetuning_ttH_CP_even_vs_odd.yaml" \
|
|
|
|
| 128 |
--chunks 1 \
|
| 129 |
--chunkno 0 \
|
| 130 |
-
--write
|
| 131 |
-
--branch 'GNN_Score'
|
| 132 |
```
|
| 133 |
|
| 134 |
-
You can also input a list as the `--config` and the `--
|
| 135 |
|
| 136 |
## Running Jobs + Parallelization
|
| 137 |
|
|
|
|
| 122 |
|
| 123 |
```bash
|
| 124 |
python scripts/inference.py \
|
| 125 |
+
--target "/global/cfs/projectdirs/atlas/joshua/gnn_data/stats_100K/ttH_NLO.root" \
|
| 126 |
+
--destination "/global/cfs/projectdirs/atlas/joshua/gnn_data/scores/stats_100K/ttH_NLO.root" \
|
| 127 |
--config "configs/stats_100K/finetuning_ttH_CP_even_vs_odd.yaml" \
|
| 128 |
+
--branch_name "GNN_Score" \
|
| 129 |
--chunks 1 \
|
| 130 |
--chunkno 0 \
|
| 131 |
+
--write
|
|
|
|
| 132 |
```
|
| 133 |
|
| 134 |
+
You can also input a list as the `--config` and the `--branch_name` to simultaneously apply multiple models onto the same set of samples. An example on how to do this in shell script is in the `run_demo.sh` file.
|
| 135 |
|
| 136 |
## Running Jobs + Parallelization
|
| 137 |
|