This repository contains a demo notebook to learn sequence models in Tensorflow 2.0.
It's best to install the notebook in a virtual environment.
python3 -m venv ~/tf_env
source ~/tf_env/bin/activateNow you should be able to install all the required packages with:
pip3 install --upgrade setuptools pip
pip3 install -r requirements.txtFinally, you can launch the notebook with:
jupyter notebook