class-norm icon indicating copy to clipboard operation
class-norm copied to clipboard

Class Normalization for Continual Zero-Shot Learning

Results 2 class-norm issues
Sort by recently updated
recently updated
newest added

Hi, thank you for the awesome work. I have a question on using class normalization. According to the 'class-norm-for-czsl.ipynb' file in this repo, ClassNorm(CN) seems to be applied in the...

Attributes Normalization (AN) in the paper is as follows: But the code uses Attributes Normalization (AN) like this: is the dimensionality of attribute vector. And the code for attributes normalization...