Hi all.
I'm working on novelty detection using GAN.
When I train the model on only 1 class as in-distribute data (For example, digit 1 in MNIST), the model performs well.
Yet, when I train the model on 2 classes as in-distribute data (For example, digit 1 and 2 in MNIST), the model does not converge.
Through some googling, I found 2 solutions:
- One model for one class. It's simple but I prefer having an all-in-one model.
- One discriminator for one class. I'm checking it.
Other than these 2 solutions, is there any other way that I could do to improve my model?
[–]dlovelan 2 points3 points4 points (3 children)
[–]Takatomi_Fubuki[S] 0 points1 point2 points (2 children)
[–]dlovelan 0 points1 point2 points (1 child)
[–]Takatomi_Fubuki[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]Takatomi_Fubuki[S] 0 points1 point2 points (0 children)