-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
#!/bin/bash | ||
set -e | ||
set -x | ||
mkdir -p TTbar_14TeV_TuneCUETP8M1_cfi/root | ||
mkdir -p TTbar_14TeV_TuneCUETP8M1_cfi/raw | ||
mkdir -p TTbar_14TeV_TuneCUETP8M1_cfi/tfr/cand | ||
|
||
./generate.sh TTbar_14TeV_TuneCUETP8M1_cfi 1 10 | ||
cp pfntuple_1.root TTbar_14TeV_TuneCUETP8M1_cfi/root/ | ||
|
||
python3 preprocessing.py --input TTbar_14TeV_TuneCUETP8M1_cfi/root/ --save-normalized-table --outpath TTbar_14TeV_TuneCUETP8M1_cfi/raw/ --events-per-file 5 | ||
|
||
echo "now initialize TF 2.3 and call run_tf.sh" | ||
echo "now initialize TF 2.3" | ||
source training_env/bin/activate | ||
python3 preprocessing.py --input TTbar_14TeV_TuneCUETP8M1_cfi/root/pfntuple_1.root --save-normalized-table --outpath TTbar_14TeV_TuneCUETP8M1_cfi/raw/ --events-per-file 5 | ||
python3 tf_data.py --datapath TTbar_14TeV_TuneCUETP8M1_cfi --target cand --num-files-per-tfr 1 | ||
python3 tf_model.py --datapath TTbar_14TeV_TuneCUETP8M1_cfi --target cand |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters