Faldict / CapsuleGAN

An Experimental Implementation for CapsuleGAN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use Semi Supervised dataset

mrinal18 opened this issue · 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??

Sorry, I don't catch your point. The code to handle training data is in the [main.py] (

mnist = input_data.read_data_sets("MNIST_data", one_hot=True)
). However, it still needs to implement code for semi-supervised learning.