PyTorch implementation of paccmann_polymer. Repo for the paper:
On the Importance of Looking at the Manifold.
conda>=3.7
The library itself has few dependencies (see setup.py) with loose requirements.
Create a conda environment:
conda env create -f conda.ymlActivate the environment:
conda activate paccmann_polymerInstall in editable mode for development:
pip install -e .Install a kernel for the newly created environment:
ipython kernel install --name "paccmann_polymer"To reproduce the experiments from the paper, check
paccmann_polymer/topologically_regularized_models/experiments.