edgarschnfld / CADA-VAE-PyTorch

Official implementation of the paper "Generalized Zero- and Few-Shot Learning via Aligned Variational Autoencoders" (CVPR 2019)
MIT License
283 stars 57 forks source link

Hello ,I seemingly lack file #31

Open banzhuanzai1 opened 2 years ago

banzhuanzai1 commented 2 years ago

lacking file include awa2_generator and awa2_final_classifier

banzhuanzai1 commented 2 years ago

Discriminative classifier parameters loaded... awa2_generator Traceback (most recent call last): File "D:/零次学习/Feature-Generating-Networks/main.py", line 105, in success = train_agent.load_model(model=model_name) File "D:\零次学习\Feature-Generating-Networks\trainer.py", line 299, in load_model raise Exception("Trying to load unknown model: %s" % model) Exception: Trying to load unknown model: awa2_generator

Process finished with exit code 1