CLIPSelf icon indicating copy to clipboard operation
CLIPSelf copied to clipboard

Error about the dataset-type: invalid choice: 'grid_distill'

Open wxqlab opened this issue 2 years ago • 1 comments

Hi, thanks you support the codes of CLIPSelf, a very nice work!

Here is an error about:

main.py: error: argument --dataset-type: invalid choice: 'grid_distill' (choose from 'webdataset', 'csv', 'synthetic', 'auto')

Please tell how to solve this problem? Thanks you!

wxqlab avatar Jan 31 '24 13:01 wxqlab

Hi! I guess you installed an official OpenCLIP version. Try

cd CLIPSelf
pip install -e . -v

wusize avatar Feb 05 '24 03:02 wusize