Open marcos452 opened 7 months ago
Hi,
In avssl/module/losses.py
on line 126, there is a variable called MAX_EYE
, which must be manually modified if you load models of different sizes. For the base models, MAX_EYE=256
, and for the large models, MAX_EYE=1024
. Thanks!
Thanks for your great work.
I am trying to load large model ./icassp_sasb_ckpts/SpeechCLIP+/large/flickr/cascaded/model.ckpt by using example.py(However, it loads base model, there is no error). It occurs following error:
Any insights or suggestions you can provide would be greatly appreciated.
Thank you!