Create conda environment with python version=3.7:
conda create -n my_env python=3.7
After activating the created environment:
conda activate my_env
Install the following packages with pip:
pip install numpy torch torchvision einops opt_einsum
run python3 MNODE.py to get results
python3 MNODE.py
repeat this for other models
Use plotting.ipynb and copy/paste relevant experiment outputs to the data dictionary in the jupyter notebook