CapsuleGAN
CapsuleGAN copied to clipboard
How to use Semi Supervised dataset
In the original paper CapsuleGAN: Generative Adversarial Capsule Network, they have used semi supervised dataset.How do we incorporate that data in this model??
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.