You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering how _build_adversarial method works. I see that This method is called only once during WGANGP init. I keep asking myself how line :
self.set_trainable(self.generator, False)
can work every iteration if this method is called only once
And also how RandomWeightedAverage images can be counted every iteration?
Can somebody explain this to me? This is probably some functionality of Keras but I cant see this
The text was updated successfully, but these errors were encountered:
I am wondering how _build_adversarial method works. I see that This method is called only once during WGANGP init. I keep asking myself how line :
self.set_trainable(self.generator, False)
can work every iteration if this method is called only once
And also how RandomWeightedAverage images can be counted every iteration?
Can somebody explain this to me? This is probably some functionality of Keras but I cant see this
The text was updated successfully, but these errors were encountered: