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 gloria/gloria/constants.py line 18 is
CHEXPERT_5x200 = CHEXPERT_DATA_DIR / "chexpert_8x200.csv"
but pretrained weights from here
there isn't chexpert_8x200.csv
I look forward to and thank you for your reply!
The text was updated successfully, but these errors were encountered:
I will add to explain the problem
when I run Zeroshot classification for CheXpert5x200‘ code
I got an error on Pycharm is
FileNotFoundError: [Errno 2] No such file or directory: '\home\mars\git\embeddingx_v2\data\chexpert\CheXpert-v1.0\chexpert_8x200.csv'
in gloria/gloria/constants.py line 18 is
CHEXPERT_5x200 = CHEXPERT_DATA_DIR / "chexpert_8x200.csv"
but pretrained weights from here
there isn't chexpert_8x200.csv
I look forward to and thank you for your reply!
The text was updated successfully, but these errors were encountered: