monologg / GoEmotions-pytorch

Pytorch Implementation of GoEmotions 😍😢😱
Apache License 2.0
151 stars 46 forks source link

text input is too long,RuntimeError: index out of range? #11

Open Aprilhus opened 1 year ago

Aprilhus commented 1 year ago

my input text is too long, so there's an error: RuntimeError: index out of range: Tried to access index 512 out of table with 511 rows. at ../aten/src/TH/generic/THTensorEvenMoreMath.cpp:418. how to solve it?