Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 584 Bytes

color-transfer

lobby

Quantized Gromov-Wasserstein

This repository contains the implementations in the paper Quantized Gromov-Wasserstein by Samir Chowdhury, David Miller, and Tom Needham.

Installation

We recommend creating a virtual environment to test this code:

conda create -n qgw python=3.7
conda activate qgw
pip install -r requirements.txt

This installs Jupyter Notebook and Jupyter Lab, either of which can be used to test out the included notebooks.