Quick-Start

Installation Guide

Now deepmatch is available for python 2.7 and 3.6, 3.7, 3.8.
deepmatch depends on tensorflow, you can specify to install the cpu version or gpu version through pip.

CPU version

$ pip install deepmatch[cpu]

GPU version

$ pip install deepmatch[gpu]