To run this project, clone it with git then run the following.
pip install torch
pip install torchvision
pip install memtorch
Alternatively if you are using Conda you would run
conda install torch
conda install torchvision
And then clone the memtorch repository locally and install it as per their instructions.