You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the code to reproduce the experiments of
@article{Hofer19b,
author = {C.~Hofer, R.~Kwitt, and M.~Niethammer},
title = {Learning Representations of Persistence Barcdoes},
booktitle = {JMLR},
year = {2019}}
The core folder contains some utility code while the actual training/testing code is in the top-level jupyter notebooks, which are named after the corresponding datasets.
Installation
The setup was tested with the following system configuration:
Ubuntu 18.04.2 LTS
CUDA 10.1 (driver version 418.87.00)
Anaconda (Python 3.7)
PyTorch 1.4
In the following, we assume that we work in /tmp (obviously, you have to
change this to reflect your choice and using /tmp is, of course, not
the best choice :).
Get the Anaconda installer and install Anaconda (in /tmp/anaconda3)
using
cd /tmp/
wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
bash Anaconda3-2019.10-Linux-x86_64.sh
# specify /tmp/anconda3 as your installation pathsource /tmp/anaconda3/bin/activate