Skip to content

david-a-joy/tf2-sequence-demo

Repository files navigation

Sequence Models in Tensorflow 2

This repository contains a demo notebook to learn sequence models in Tensorflow 2.0.

Installing

It's best to install the notebook in a virtual environment.

python3 -m venv ~/tf_env
source ~/tf_env/bin/activate

Now you should be able to install all the required packages with:

pip3 install --upgrade setuptools pip
pip3 install -r requirements.txt

Finally, you can launch the notebook with:

jupyter notebook

About

Sequence Model Demo in Tensorflow 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors