-
1. Determine which GAN we want to port (discuss it here).
2. Port it to Objax!
Interesting links
- [Which Training Methods for GANs do actually Converge?](https://arxiv.org/abs/1801.04406)
-
When I run the code, it shows the following error:
Traceback (most recent call last):
File "main_tpu.py", line 62, in
main()
File "main_tpu.py", line 58, in main
get_estimator(args…
-
```python
import paddle.fluid as fluid
import paddle
from paddle.fluid import layers
import paddle.fluid.dygraph as dg
import matplotlib.pyplot as plt
import numpy as np
class SoftMax(dg.Laye…
yxhpy updated
8 months ago
-
I've create an onnx model from the pytorch model from this repo: https://github.com/ajbrock/BigGAN-PyTorch.git
I can use the model in python, without pytorch only using onnx.
However I can't Unm…
-
Hello,
great job on this project, I was wondering if it take run through google colab with free gpu for 12 hours on Biggan thanks
-
Hey everyone,
I was exploring the landscape for text to image generation using generative adversarial networks (GANs). I was wondering if anyone has previously tried training BigGAN for generating …
-
We have been exploring SimCLR as an auxiliary loss, but one could also just train SimCLR *directly*, skipping GANs entirely. One could probably use the official Google codebase, which already has TPU …
gwern updated
10 months ago
-
["Improving GAN Training with Probability Ratio Clipping [PPO] and Sample Reweighting", Wu et al 2020](https://arxiv.org/abs/2006.06900)/["Top-_k_ Training of GANs: Improving GAN Performance by Throwi…
gwern updated
3 years ago
-
How should I go about to replace BigGAN with your StyleGAN2 package?
-
The anime face model used looks like it has interesting results, but is also not the highest quality one. Have you considered using either my [BigGAN](https://www.gwern.net/Faces#biggan) or StyleGAN 1…
gwern updated
4 years ago