You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I was wondering if its possible to do conditional generation during sampling, i.e. I am currently having a binary classification task and I would like to specify how many rows with label 1 I need to generate and similarly for other label. This time, I would be providing rows belonging to both the classes while training the GAN. Is it possible to specify such a distribution during sampling so that I get desired number of positives and negatives?
The text was updated successfully, but these errors were encountered:
Hi @PradKalkar in our testing code, we actually did that, but we didn't provide this in our codebase, we don't want to make our code too complicated. It should be quite easy to achieve that, just made the conditional vector by yourself instead of random sampling. Check this line:
Hi. I was wondering if its possible to do conditional generation during sampling, i.e. I am currently having a binary classification task and I would like to specify how many rows with label 1 I need to generate and similarly for other label. This time, I would be providing rows belonging to both the classes while training the GAN. Is it possible to specify such a distribution during sampling so that I get desired number of positives and negatives?
The text was updated successfully, but these errors were encountered: