Skip to content

A personal playground for deep learning in TensorFlow 2

License

Notifications You must be signed in to change notification settings

tommyreddad/tommy2tommy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A personal playground for deep learning in TensorFlow 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages