Skip to content

rodem-hep/Topographs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topographs

Public repository for a minimum working example of the topographs project.

  • Associated paper: arxiv

Installation

  1. Setup the environment.
    • You can setup your own environment using the requirements.txt file. The project was tested with python3.8
    • Alternatively you can build a docker image with the provided Dockerfile
  2. Download the data from zenodo data
    • Make sure to adjust the paths in the configuration files to point to the data.

Usage

To train a model, simply run python train.py configs/config_full.yaml log_dir. This will train a model on complete events only saving all outputs in the directory log_dir which will be created. Alternatively you can use configs/config_partial.yaml to train including partial events.

About

Repository for the Topographs project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published