utkd / gans

Various GANs for playing around
35 stars 23 forks source link

NEED generate_random_labels() #1

Closed hiroyamaeda closed 6 years ago

hiroyamaeda commented 6 years ago

Could you share def generate_random_labels()?

In cifar10cgan.ipynb, the function "generate_random_labels" is missing.

Thank you for your helpful ipynb!

utkd commented 6 years ago

Thanks for pointing it out. Added the missing function.