-
Updated
Nov 19, 2020 - Python
Generative Adversarial Network
Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.
Here are 1,566 public repositories matching this topic...
-
Updated
Aug 3, 2020 - Lua
-
Updated
Oct 3, 2020 - Python
-
Updated
Aug 5, 2020 - Lua
-
Updated
Oct 31, 2020 - Jupyter Notebook
-
Updated
Jun 25, 2020 - Python
-
Updated
Oct 31, 2020 - Python
-
Updated
Aug 5, 2020 - Python
-
Updated
Oct 12, 2020
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 12, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2020 - Python
Hey,
I am getting this error when I run the train.py. If anyone can help me with this issue?
WARNING: tensorflow: Error encountered when serializing queue_runners.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'QueueRunner' object has no attribute '_queue_closed_exception_types'
-
Updated
Apr 12, 2020 - Python
-
Updated
Jan 30, 2018 - Python
-
Updated
May 21, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Aug 3, 2020 - Python
-
Updated
Dec 23, 2019 - Python
-
Updated
Sep 18, 2020
-
Updated
Dec 3, 2020 - Python
-
Updated
Nov 17, 2019 - Python
-
Updated
Aug 5, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Sep 4, 2020 - Jupyter Notebook
-
Updated
Apr 22, 2019 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Dec 1, 2020 - Python
Is it possible to run this on a (recent) Mac, which does not support CUDA? I would have guessed setting --GPU 0 would not attempt to call CUDA, but it fails.