visinf / adapter_plus

[CVPR 2024] Official implementation of "Adapters Strike Back"
Apache License 2.0
32 stars 1 forks source link

dSprites dataset #1

Closed MoeinSorkhei closed 5 months ago

MoeinSorkhei commented 5 months ago

Hello, I am unable to produce similar results to yours on dSprites dataset when finetuning. You have mentioned the that the dsprites_loc and dsprites_orientation tasks both have 16 classes, while in the original repository it is mentioned they have 32 and 40 classes respectively.

Could you clarify how you select classes? Can you perhaps provide code to do so?

jmsteitz commented 5 months ago

VTAB only utilizes orientation and x_position from dSprites with 16 classes each. The code to group classes can be found here.