-
Did you see NaN in the training?
configuration
tensorflow : 1.11.0
keras : 2.1.6
GPU : K80
model : CycleGAN
dataset : apple2orange
I've test multiple models. **aggan**, **wgan**, **dcga…
yhgon updated
5 years ago
-
Can anyone solve this error?
-
### Description of the bug:
I have a pytorch model which was saved with torch.jit.save(). I tried both with a traced model and scripted model. The error is:
_File /orcam/ear/scratch/usr/avis/VE…
-
### 論文へのリンク
[[arXiv:1903.05628] Mode Seeking Generative Adversarial Networks for Diverse Image Synthesis](https://arxiv.org/abs/1903.05628)
### 著者・所属機関
Qi Mao, Hsin-Ying Lee, Hung-Yu Tseng, S…
-
### 論文へのリンク
[[arXiv:1907.04312] Positional Normalization](https://arxiv.org/abs/1907.04312)
### 著者・所属機関
Boyi Li, Felix Wu, Kilian Q. Weinberger, Serge Belongie
- Cornell University
- Corn…
-
hi ,thanks for your sharing.
about custom own sentence, can you also show the sentence examples and usually how do you create a large amount of sentence?
-
Updated (October 23)
- 14K github models (72%) (https://github.com/jansel/pytorch-jit-paritybench)
- [x] #111691
- [ ] #111693
- [ ] 153 errors like: AssertionError: Failed to produce a gr…
-
I just noticed that if you increase the batchSize to a value > 1 it can happen that depending on the value of save_latest_freq the saving of the lastest_net snapshot is never triggered since the modul…
-
I wonder why it's `d_loss = 0.5 * np.add(d_loss_real, d_loss_fake)` and not `d_loss = np.add(d_loss_real, d_loss_fake)`?
https://github.com/eriklindernoren/Keras-GAN/blob/master/gan/gan.py#L123
-
Dear Stability AI Team
Thanks for an other great release!
Do you plan on releasing an inpainting model for SDXL too?