Skip to content

xju2/gan4hep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .