CADA-VAE-PyTorch icon indicating copy to clipboard operation
CADA-VAE-PyTorch copied to clipboard

Official implementation of the paper "Generalized Zero- and Few-Shot Learning via Aligned Variational Autoencoders" (CVPR 2019)

Results 9 CADA-VAE-PyTorch issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

![CADA](https://user-images.githubusercontent.com/61444248/173368451-dbde70a2-53d0-43b9-a309-9a389043ecb5.png) when run the code, I suffer from the issue,but the environemtn is same with the README.MD.Cam you helo me

Hi, As far as I see, you have been using torch.randperm in support-query sets selection. Since torch.randperm returns random integer numbers, should we be sure that the distribution of each...

Github recently released a [**new feature**](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) where repository owners can add a `CITATION.cff` file making it easy for others to cite the repository. Adding a `CITATION.cff` would make the attribution...

Hi, first of all, thank you for your work. It's so great!!! I want to recreate your ablation study by train the model with only CA-VAE and DA-VAE. I tried...

Hi, the model CADA-VAE is used to extract latent features. As for classification, I did not find the detail in the paper. Can you tell me more details about your...

Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

In this line 291: `per_class_accuracies[i] = torch.div((predicted_label[is_class]==test_label[is_class]).sum().float(),is_class.sum().float())` if the output have some NaN value, the output of the accuracy maybe Nan Thus, I think the code need to change as...

lacking file include awa2_generator and awa2_final_classifier