Training a Seq2Seq neural network in Tensorflow example.
Example of a simple Seq2Seq neural network that’s implemented in Tensorflow
Setting parameters
In the file config.py
you can change the parameters of the training.
Dataset preparation
The program generates data on the go while training.
Training
Run python3 main.py
and sit back.
Made by Oliver Edholm, 15 years old.