KandariSrinivas / Adversarial-Feature-Hallucination-Networks-for-Few-Shot-Learning

Computer Vision Final Project. Implementation of Paper "Adversarial Feature Hallucination Networks for Few-Shot Learning".
11 stars 4 forks source link

The discriminator take the random noise variable z as input? #2

Open cmh1779 opened 3 years ago

cmh1779 commented 3 years ago

Hi, thank you for your wonderful work. May I ask you a question? Does the discriminator take the random noise variable z as input in the training objective? I found it mentioned in the training objective in your paper.But i can not find it in your code.