Skip to content

sameasy/hgcal_ldrd

This branch is up to date with lgray/hgcal_ldrd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7775f23 · Sep 10, 2019

History

27 Commits
Sep 10, 2019
Aug 27, 2019
Sep 10, 2019
Sep 10, 2019
Aug 27, 2019
Feb 21, 2019
Aug 27, 2019
Sep 10, 2019

Repository files navigation

hgcal_ldrd

Code repository for HGCal LDRD

You will need to:

conda create --name hgcal-env python=3.6
conda activate hgcal-env
conda install pytorch torchvision cudatoolkit=9.0 -c pytorch
conda install pandas matplotlib jupyter nbconvert==5.4.1
conda install -c conda-forge tqdm
pip install uproot scipy sklearn --user
pip install torch-scatter torch-sparse
pip install networkx

(or replace pip with the corresponding conda installation for safer compatibility)

and install pytorch geometric according to the instructions here: https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html

About

Code repository for HGCal LDRD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.4%
  • Python 6.6%