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