Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 930 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 930 Bytes

Build Status

paccmann_polymer

PyTorch implementation of paccmann_polymer. Repo for the paper: On the Importance of Looking at the Manifold.

Requirements

  • conda>=3.7

Installation

The library itself has few dependencies (see setup.py) with loose requirements.

Create a conda environment:

conda env create -f conda.yml

Activate the environment:

conda activate paccmann_polymer

Install in editable mode for development:

pip install -e .

Install a kernel for the newly created environment:

ipython kernel install --name "paccmann_polymer"

Experiments

To reproduce the experiments from the paper, check paccmann_polymer/topologically_regularized_models/experiments.