Fabio Zappardino
Fabio Zappardino
Hello, i noticed same problem occurs on following folders: 1/9995 52/9975 52/10015 54/9990 > https://github.com/ruiyan1995/Group-Activity-Recognition/blob/435bee845cd3fc66e9d27a0d02479ff71f0346ba/Pre/VD_Track.py#L37 > > Thanks for releasing the code. > You sort the filenames, but they are...
Hi! Did you solve your problem? If yes, how?
Can I have the link? Il gio 27 feb 2020, 11:39 万昕 ha scritto: > Hi! Did you solve your problem? If yes, how? > > No, I use another...
It looks related to https://github.com/mlfoundations/open_clip/issues/594 , one solution that worked for me is downgrading transformers to a lower version where the keys of the model match. pip install -U transformers==4.30.2
Can you merge this?