wenjiaXu / APN-ZSL

This is a PyTorch implementation of the paper "Attribute Prototype Network for Zero-Shot Learning".
69 stars 8 forks source link

Are attributes normalized? #7

Closed utkarshmall13 closed 3 years ago

utkarshmall13 commented 3 years ago

Hi, are the attributes vectors l2 normalized when implementing the two branches (like in the prior work Xian et. al. prior work)? Also, when is the code releasing, I'm finding it hard to reproduce the results with my implementation.

hawklucky commented 3 years ago

I have the same question for more detailed implementation, as the reproduction is unsuccessful.

utkarshmall13 commented 3 years ago

@hawklucky may I ask what ZSL or GZSL accuracy are you getting on CUB just to check if my implementation is somewhat correct?

wenjiaXu commented 3 years ago

We used the same attributes vectors as Xian did in his TPAMI paper, and the code is released now :)