FunkyKoki / Look_At_Boundary_PyTorch

A PyTorch re-implement of CVPR 2018 LAB(Look At Bounday) --Champagne Jin
9 stars 1 forks source link

How to train the discriminator ? #9

Open keyxuliang opened 5 years ago

keyxuliang commented 5 years ago

Will the estimator network parameters be updated when train the discriminator network?

FunkyKoki commented 5 years ago

Learn something about GAN, then it would be easy to know the answer. Good luck!