Skip to content
#

gans

Here are 461 public repositories matching this topic...

Bringing-Old-Photos-Back-to-Life
bpops
bpops commented Sep 19, 2020

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.

File "/Users/../Desktop/bopbtl/venv/lib/python3.7/site-packages/torch/cuda/__init__.py", line 61, in _check_driver
    raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enable
avik-pal
avik-pal commented Dec 17, 2018

This needs to be done in 2 parts:

  • Separate out the functional forms of the losses into a module of losses
  • Document the necessary functions

We don't need to expose all the functions. Some functions do nothing fancy and they need to be removed and the entire computation can be performed inside the forward function.

Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..

  • Updated Jan 21, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gans topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gans topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.