multiml_htautau is a code for Event Classification with Multi-step Machine Learning(arxiv) in vCHEP 2021.
multiml (https://github.com/UTokyo-ICEPP/multiml)
$ pip install -e .
Scripts for DARTS is in examples/keras
, and scripts for SPOS-NAS is in examples/pytorch
.
$ python run_multi_connection_grid.py --tau4vec_weights 0.5 -n 50000 --data_path DATA_PATH
$ python run_multi_connection_darts.py --individual_loss_weights 1.0 --tau4vec_weights 0.5 -n 50000 --data_path DATA_PATH
$ python run_multi_connection_sposnas.py --weight 0.5 -e 50000 --data_path DATA_PATH
Please test and apply yapf before you commit changes.
$ python setup.py test
$ yapf -i [changed file]