Jerome
Jerome
I want to use tensorflow as the backend in training the models. How do I switch from Theano to Tensorflow?
What does `vocabulary.txt` contain? Do they contain encoded words? Do they contain encoded characters? How was that generated?
I modified run.py for it to comply with Tensorflow 1.2 with this commit I pushed into the [forked repository](https://github.com/selcouthlyBlue/handwritten-sequence-tensorflow/blob/ec915ba1e971bd58c7dd4303b569c204471d8b55/trainer/run.py) When I tried to it with the command for training found...
## Bug Report ### Steps In the code sandbox, do the following steps to reproduce the issue: 1. Scroll down 2. Click the "Collapse" button ### Expected Result The open...