Files
Jackie Loong 3aeeb350c8 update name
2019-08-10 17:37:11 +10:00
..
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10: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, or purple, and hit Enter!

color

  • Step 3: Press Enter to exit.