mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
Color Robot
A simple Color Robot that can visualize colors when given color names.
We implement a stacked LSTM that generates RGB colors from color name text data.
HowTO
The code will download the ColorBot dataset automatically.
- Step 1: train for 40 epoches.
python main.py
- Step 2: Type in a color name, like
red,blue, orpurple, and hitEnter!
- Step 3: Press
Enterto exit.
