Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 432 Bytes

File metadata and controls

7 lines (6 loc) · 432 Bytes

Covariant_Compositional_Networks_Tf2

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