Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 971 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 971 Bytes

tommy2tommy

A small personal playground for deep learning. More to follow.

This repository is highly inspired by the excellent https://github.com/tensorflow/tensor2tensor.

Prerequisites

This requires the following dependencies:

The latest supported version of Python is 3.8.

Installation

One simply way to set up this packagage is to leverage the requirements file.

First, create a Python 3.8 virtual environment:

virtualenv -p python38 env
source ./env/bin/activate

Then, install the requirements:

pip install -r requirements.txt

Testing

To run all unit tests, execute the following command from the top-level directory:

pytest --disable-warnings tommy2tommy/