Hi, I am trying to use your pre-trained model weights to infer the scanpath for my own text (around 150 long sentences sampled from my big corpus). I directly use "CUDA_VISIBLE_DEVICES=0 python -m scandl2_pkg.test" by replacing the sample sentences with mine. But the running speed is extremly slow. Any advice to speed up the inference using your pre-trained models so that I can analyze a huge amount of sentences in my corpus?
Thanks a lot!