-
I believe this training script only works with tensorflow 1.x so just noting that we should test / upgrade for compatibility with tensorflow 2.0 at some point.
-
### Description of new feature
TensorFlow's RaggedTensor has been around for a while and PyTorch's NestedTensor is new, but they should be conversion targets for Awkward Arrays. And then a tutorial s…
-
Hi,
(This is more a discussion / question than a bug.)
Looks like this implementation doesn't have the attention mechanism (align to the ascii char), but still able to generate writing. I wonder…
-
I built the mxnet from source code with cuda-8.0 and cudnn7.1.3. I try to use lstm layer with a projection layer as follows, then I got this error.
```
import mxnet as mx
from mxnet.gluon import…
-
Nice work on License plate. can i know in train_advanced.py the argument to run the program is python train_advanced.py --samples output/examples --char-classifier output/adv_char.cpickle \
--digit…
-
Thanks Bret,
It solved my error.
I got Another Question,
I have been training CharClassifier of CNN model,
I came across Train_steps,Test_iteration,save_iteration, and Batch Size
while I'm giving…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Model**
To reproduce the problem, please post download link of your model here, or send your model to daquexian566@gmail…
-
Hi, thanks for your clear code :-) I have one question about moving the model to gpu. It'd be appreciated if you could share some of your suggestion.
I am running the char-generation model. I use m…
-
Hi,
I'm trying out an RNN character generation example. I've basically cribbed the code from the `last_generator_shakespeare.py`, and put in my own training data from here: https://eightportions.co…
-
Hello Everyone,
I tried to run char-rnn on my computer but I have a strange problem. First of all, I tried to install Torch by following the instructions on their website:
> sudo curl -s https://raw…