fun with neural networks
You need nltk, pytorch and transformers. You also need a virtual environment.
Here's how I set up my environment. I use conda.
conda create --name funnn python=3.6
conda activate funnn
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
pip install --user -U nltk
pip install transformers
Hit q
to quit. Hit any key to advance the program.