Skip to content

bobjz/H2NCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set-up

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 experiments for MNODE

run python3 MNODE.py to get results

python3 MNODE.py

repeat this for other models

Plotting Resutls

Use plotting.ipynb and copy/paste relevant experiment outputs to the data dictionary in the jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors