WangFei-2019 / SNARE

Project for SNARE benchmark
10 stars 0 forks source link

Argparser choices conflict with get_dataset #1

Closed p1k0pan closed 1 year ago

p1k0pan commented 1 year ago

In SNARE_probing.py file some given choices like VG_Attribute_Ownership have conflicts with the arguments in datasets_zoo/__init__/get_dataset, which cause ValueError: Unknown datasets_zoo VG_Attribute_Ownership

WangFei-2019 commented 1 year ago

Thank you for the reminder. We have modified the name of the task in the code (removing "VG -"), but forgot to modify it in the "help" section of the "-- dataset".