Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 597 Bytes

gan4hep

This repostiory houses generative models developed to generate HEP events. You can find introductions of training Generative Adversial Network and Normaling Flow. These modules are more or less standalone. However, it needs a reader that reads the input files.

You can also find examples of converting trained GAN models into onnx format and performing the inference in C++ with onnxruntime.

Installation

Install the repository to get supports on reading files.

pip install -e .