Code and instructions to reproduce the results of our NeurIPS 2019 paper.
These instructions assume you are running miniconda on a linux system.
- Create an exatrkx conda environment
source [path_to_miniconda]/bin/activate
conda create --name exatrkx python=3.7
conda activate exatrkx
- nb_conda_kernels allows to pick the exatrkx conda kernel from a traditional jupyter notebook. To install it (in your base environment or in the exatrkx environment)
conda install -c "conda-forge/label/cf201901" nb_conda_kernels
Refer to the intructions in the README.md of each subdirectory