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
from clip_interrogator import Interrogator, Config, list_clip_models
I am now able to proceed to the help message when no arguments are supplied.
I've now tried importing open_clip in the REPL, and it hangs?
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import open_clip
^C
The text was updated successfully, but these errors were encountered:
I've noticed a couple of things;
clip_interrogator.py, CACHE_URL_BASE is wrong, and should now be;
If I remove the line;
I am now able to proceed to the help message when no arguments are supplied.
I've now tried importing open_clip in the REPL, and it hangs?
The text was updated successfully, but these errors were encountered: