This repository contains implementation of Covariant Compositional Networks in Tensorflow 2 for replication study of the paper that introduced them originally. The original paper we based on can be found here.
Python version: 3.6.7
To install dependencies create new virtual environment, activate it and use:
$ pip install -r requirements.txt