Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.37 KB

ELSA - Enhanced Latent SpAces for improved collider simulations

arXiv

Introduction

This repo contains the code for the Enhanced Latent SpAces (ELSA) framework for neural network improved collider simulations. It is based on the LaSeR protocol [1] and further employs augmented flows [2]. The code is provided in PyTorch.

Installation

Dependencies

Package Version
Python >= 3.7
Torch >= 1.8
Numpy >= 1.20.0

Download + Install

# clone the repository
git clone https://github.com/ramonpeter/elsa.git
# then install in dev mode
cd elsa
python setup.py develop

Prepare datasets

In order to download the datasets

./get_datasets.sh

This prepares and/or downloads the datasets into the datasets folder.

References

[1] Latent Space Refinement: 2106.00792

[2] SurVAE Flows: 2007.02731