WalterSimoncini / no-train-all-gain

Code for the paper "No Train, all Gain: Self-Supervised Gradients Improve Deep Frozen Representations"
4 stars 0 forks source link

ModuleNotFoundError: No module named 'src.models.rotnet' #1

Open hnczgytmp opened 1 month ago

hnczgytmp commented 1 month ago

When I run jobs/extract.job, I encounter the following error: ModuleNotFoundError: No module named 'src.models.rotnet' It appears that the rotnet model is missing from your codebase. Would you be able to assist in resolving this issue?

WalterSimoncini commented 1 month ago

Hi, I've removed the RotNet references, as we ended up not using it for our experiments. I've just pushed the changes, and everything seems to be working fine now. Let me know if you run into other issues!