pytorch/examples

Gradient vanishing of G in the DCGAN example

オープン

#822 opened on 2020/09/11

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (9,429 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (21,634 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Hello,

I have trained the DCGAN with the default hyper-parameter settings on the downloaded "img_align_celeba" dataset (recommended in the tutorial). However, the results reveal strong gradient vanishing of G. While Loss_D keeps decreasing towards 0, Loss_G grows high (towards 100).

It seems that D is trained so well, preventing a good training on G. I didn't do any modifications on the code. Do you know what happened?

Thanks!

コントリビューターガイド