PokeGAN icon indicating copy to clipboard operation
PokeGAN copied to clipboard

A tensorflow/keras implementation of StyleGAN to generate images of new Pokemon.

Results 2 PokeGAN issues
Sort by recently updated
recently updated
newest added

2022-01-13 21:09:25.857627: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0 Traceback (most recent call last): File "/content/PokeGAN/training.py", line 7, in from dataset import make_dataset File "/content/PokeGAN/dataset.py", line 30, in image_aug.RandomBrightness(brightness_delta=(-0.15, 0.15)),...