textgenrnn icon indicating copy to clipboard operation
textgenrnn copied to clipboard

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.

Results 109 textgenrnn issues
Sort by recently updated
recently updated
newest added

I have pretrained models from FastText and from Aravec which is another source. The file formats are different from "hdf5". For example there is "bin" and "vec". How could I...

I am running on a ubuntu system and have the latest textgenrnn package installed via pip3. Along with that I have tensorflow(CPU) and Python 3.6.7. Not sure why I am...

Hi, I wonder if maybe someone could create a new version from master branch to PyPi? Maybe @minimaxir you could do it? Thanks.

`I tensorflow/stream_executor/cuda/cuda_blas.cc:1614] TensorFloat-32 will be used for the matrix multiplication. This will only be logged once.` right before training. I'd rather use f16 to be more conservative of GPU memory.

Here's the last bit of the install code. I'm not great with the command line, but need some help with it. Can you please help? It's something about adding things...

Here's the last bit of the install code. I'm not great with the command line, but need some help with it. Can you please help? It's something about adding things...

And how to use it to answer on questions from my dataset?

I am wondering whether it is possible to train a small model like MobileNet with this solution and execute it in the browser? Could you tell me whether this is...

The n argument is ignored in the current version; you can't generate more than one line at once anymore.