Deep learning

GAN 모델 netD(fake.detach())의 이유

버터젤리 2020. 3. 26. 22:12

https://redstarhong.tistory.com/64

 

netD(fake.detach())의 이유

GAN을 공부하다가 tutorial 코드에 netD(fake.detach())가 어떤 원리인 지 이해가 안 갔다. 의도야 설명에 나온대로 netG에 backpropagation이 안되도록, 즉 첫번째 스텝에서는 netD만 학습하려는 것이라는 건 알..

redstarhong.tistory.com