CapsuleGAN icon indicating copy to clipboard operation
CapsuleGAN copied to clipboard

How to use Semi Supervised dataset

Open mrinal18 opened this issue 7 years ago • 1 comments

In the original paper CapsuleGAN: Generative Adversarial Capsule Network, they have used semi supervised dataset.How do we incorporate that data in this model??

mrinal18 avatar Aug 27 '18 17:08 mrinal18

Sorry, I don't catch your point. The code to handle training data is in the [main.py] (https://github.com/Faldict/CapsuleGAN/blob/eaf1c792a37651727e875ead6740e74880a8e645/main.py#L16). However, it still needs to implement code for semi-supervised learning.

Faldict avatar Aug 28 '18 16:08 Faldict