MCPcopy Create free account

hub / github.com/DequanZhu/GANs-collections-tf2.0_keras-eager_mode / functions

Functions155 in github.com/DequanZhu/GANs-collections-tf2.0_keras-eager_mode

↓ 1 callersMethodtrain_one_step
(self, batch_images,step)
BEGAN.py:115
↓ 1 callersMethodtrain_one_step
(self,batch_images,batch_labels)
CVAE.py:87
↓ 1 callersMethodtrain_one_step
(self,batch_images,batch_labels)
CGAN.py:101
↓ 1 callersMethodtrain_one_step
(self,batch_images)
LSGAN.py:90
↓ 1 callersMethodtrain_one_step
(self, batch_images)
EBGAN.py:124
Method__init__
(self, is_training=True)
infoGAN.py:16
Method__init__
(self, is_training=True)
infoGAN.py:43
Method__init__
(self, y_dim, is_training=True)
infoGAN.py:71
Method__init__
(self,args)
WGAN.py:19
Method__init__
(self,args)
VAE.py:16
Method__init__
(self, is_training=True)
ACGAN.py:17
Method__init__
(self, is_training=True)
ACGAN.py:43
Method__init__
(self, y_dim, is_training=True)
ACGAN.py:71
Method__init__
(self,args)
GAN.py:18
Method__init__
(self)
ops.py:8
Method__init__
(self, filters, kernel_size, strides=2)
ops.py:24
Method__init__
(self, is_training=False)
ops.py:39
Method__init__
(self, hidden_n, is_input=False)
ops.py:52
Method__init__
(self, filters, kernel_size, strides)
ops.py:66
Method__init__
(self,args)
WGAN_GP.py:22
Method__init__
(self, batch_size=64, is_training=True)
BEGAN.py:16
Method__init__
(self, is_training=True)
BEGAN.py:45
Method__init__
(self,args)
CVAE.py:16
Method__init__
(self,args)
CGAN.py:16
Method__init__
(self,args)
LSGAN.py:16
Method__init__
(self, batch_size=64, is_training=True)
EBGAN.py:16
Method__init__
(self, is_training=True)
EBGAN.py:43
Methodcall
(self, inputs, training)
infoGAN.py:26
Methodcall
(self, inputs, training)
infoGAN.py:54
Methodcall
(self, inputs, training)
infoGAN.py:79
Methodcall
(self, inputs, training)
ACGAN.py:27
Methodcall
(self, inputs, training)
ACGAN.py:54
Methodcall
(self, inputs, training)
ACGAN.py:79
Methodcall
(self, inputs)
ops.py:11
Methodcall
(self, inputs)
ops.py:19
Methodcall
(self, inputs)
ops.py:34
Methodcall
(self, inputs, training)
ops.py:46
Methodcall
(self, inputs)
ops.py:59
Methodcall
(self, inputs)
ops.py:76
Methodcall
(self, inputs, training)
BEGAN.py:27
Methodcall
(self, inputs, training)
BEGAN.py:56
Methodcall
(self, inputs, training)
EBGAN.py:27
Methodcall
(self, inputs, training)
EBGAN.py:54
Methodd_loss_fun
(self, d_fake_logits, d_real_logits)
WGAN.py:85
Methodmodel_dir
(self)
infoGAN.py:126
Methodmodel_dir
(self)
WGAN.py:80
Methodmodel_dir
(self)
VAE.py:77
Methodmodel_dir
(self)
ACGAN.py:122
Methodmodel_dir
(self)
GAN.py:79
Methodmodel_dir
(self)
WGAN_GP.py:84
Methodmodel_dir
(self)
BEGAN.py:106
Methodmodel_dir
(self)
CVAE.py:79
Methodmodel_dir
(self)
CGAN.py:78
Methodmodel_dir
(self)
LSGAN.py:77
Methodmodel_dir
(self)
EBGAN.py:104
← previous101–155 of 155, ranked by callers