I run perprocess.py and then run train.py. When it run at Epoch 1, 150/ 157,it stop.
I didn’t change the code.
Could you copy the error log as text (not as image) so that we can see it completely?
raise ValueError("lengths array has to be sorted in decreasing order")
ValueError: lengths array has to be sorted in decreasing order
use pytorch text v0.1.1 instead of pytorch text v0.2
source code: https://github.com/pytorch/text/archive/v0.1.1.tar.gz
it works for me.