Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 450 Bytes

DimeReaction

How to Install

  1. Clone the repo via git clone https://github.com/kspieks/DimeReaction.git
  2. Create the conda environment via conda env create -f environment.yml and install PyTorch with the desired CUDA version
  3. Install PyTorch-Geometric
  4. Install the project in editable mode via pip install -e .