I have been trying a train a model using Opennmt-py but i am getting “List index out of range error”. My configuration and logs are attached below
Logs
Config
your error is OOM
you use a filtertoolong transform but did not set src_seq_length
and tgt_seq_length
both need to be set at something probably between 96 and 192 in your usecase.
if does not solve, reduce your batchsize, I don’t know what is your hardware.