textgenrnn
textgenrnn copied to clipboard
Training With A Big File
I was wondering what's the biggest file textgenrnn can support well. I have a huge file and was wondering whether it would be worth it to just split it up because I keep running into the same memory error when I train with 1 single file.
That might have to be the solution; unfortunately all texts have to be loaded into memory first.
You may have to use a server GPU w/ more VRAM.