|
|
|
|
|
by minimaxir
2931 days ago
|
|
Not a constraint per se, but having too big of a neural network (or any statistical model) can cause it to overfit and generalize poorly; of course, generalizing better is a good objective for text generation. You can use 512-cell LSTMs if you have a lot of text, though. |
|