Zhicaiwww / Bi-VAEGAN

Official implementation of CVPR2023 paper "Bi-directional distribution alignment for transductive zero-shot learning""
33 stars 6 forks source link

How to use transductive regressor without using inductive regressor #7

Closed JamesRuuu closed 6 months ago

JamesRuuu commented 6 months ago

Hi, I still have some questions about how to get Top1 accuracy of AwA2. From table 3, it tells using FN and TR can achieve the best result. But how do you guys avoid using inductive regressor when you use transductive regressor? I didn't find the way you implement in the code. By the way, you have spelt incorrectly in cub.sh. It's 'beta' not 'beat'.

Zhicaiwww commented 6 months ago

Thank you for your interest in this work. I have reviewed the text as well as the issue#6 and made some corrections:

JamesRuuu commented 6 months ago

Received. Thank you for your careful explanation!