You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SwAV_main.py, I cannot find the limbl package. How to intall this package? Can you provide the requirements of your project? Thank you very much.
import libml.utils as utils
from libml.utils import EarlyStopping
The text was updated successfully, but these errors were encountered:
Regrettably, I believe that the libml package was copied, pasted, and tweaked several times throughout the repository. The original authors would have to clarify which is intended to be used with SwAV_main.py, but perhaps this file is a good place to start: https://github.com/tufts-ml/SSL-vs-SSL-benchmark/blob/main/Self/BYOL/libml/utils.py
Thanks for your interest! For now, I'd follow Patrick's suggestions above.... you don't need to pip install anything else, use the libml files provided already in the repo in different folder location. You could probably either set your PYTHONPATH to point to those files, or just copy that folder into the SwAV folder as a place to start.
@rjiang03 is the original author of the SwAV piece of this work, tagging him here in case he can clarify further.
We are working (slowly) at refactoring this repo to avoid such issues... please stay tuned, hopefully will have an update in a few months.
In the SwAV_main.py, I cannot find the limbl package. How to intall this package? Can you provide the requirements of your project? Thank you very much.
import libml.utils as utils
from libml.utils import EarlyStopping
The text was updated successfully, but these errors were encountered: