Skip to content
Snippets Groups Projects
Commit de252922 authored by Bing Gong's avatar Bing Gong
Browse files

Update convLSTM_GAN_model.py

parent 7ebb91f9
No related branches found
No related tags found
No related merge requests found
Pipeline #69986 passed
......@@ -256,8 +256,6 @@ class ConvLstmGANVideoPredictionModel(object):
def get_gen_loss(self):
"""
Param:
num_images: the number of images the generator should produce, which is also the lenght of the real image
z_dim : the dimension of the noise vector, a scalar
Return the loss of generator given inputs
"""
real_labels = tf.ones_like(self.D_fake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment