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

↓ 52 callersFunctioncheck_folder
(log_dir)
utils.py:30
↓ 11 callersFunctionload_mnist_data
(batch_size=64,datasets='mnist',model_name=None)
utils.py:6
↓ 11 callersFunctionsave_images
(images, size, image_path)
utils.py:36
↓ 5 callersMethod__init__
(self)
ops.py:16
↓ 5 callersFunctionconv_cond_concat
Concatenate conditioning vector on feature map axis.
ops.py:81
↓ 3 callersMethod__init__
(self, args)
infoGAN.py:89
↓ 3 callersMethod__init__
(self, args)
ACGAN.py:89
↓ 3 callersMethodmse_loss
(self, pred, data)
LSGAN.py:84
↓ 2 callersMethod__init__
(self, args)
BEGAN.py:73
↓ 2 callersMethod__init__
(self, args)
EBGAN.py:71
↓ 1 callersFunctioncheck_args
(args)
infoGAN.py:277
↓ 1 callersFunctioncheck_args
(args)
WGAN.py:202
↓ 1 callersFunctioncheck_args
(args)
VAE.py:193
↓ 1 callersFunctioncheck_args
(args)
ACGAN.py:265
↓ 1 callersFunctioncheck_args
(args)
GAN.py:195
↓ 1 callersFunctioncheck_args
(args)
WGAN_GP.py:204
↓ 1 callersFunctioncheck_args
(args)
BEGAN.py:222
↓ 1 callersFunctioncheck_args
(args)
CVAE.py:198
↓ 1 callersFunctioncheck_args
(args)
CGAN.py:199
↓ 1 callersFunctioncheck_args
(args)
LSGAN.py:189
↓ 1 callersFunctioncheck_args
(args)
EBGAN.py:220
↓ 1 callersMethodd_loss_fun
(self, d_fake_logits, d_real_logits)
infoGAN.py:131
↓ 1 callersMethodd_loss_fun
(self, d_fake_logits, d_real_logits)
ACGAN.py:127
↓ 1 callersMethodd_loss_fun
(self, d_fake_logits, d_real_logits)
GAN.py:84
↓ 1 callersMethodd_loss_fun
(self, d_fake_logits, d_real_logits)
CGAN.py:84
↓ 1 callersMethodg_loss_fun
(self, logits)
infoGAN.py:139
↓ 1 callersMethodg_loss_fun
(self, logits)
WGAN.py:93
↓ 1 callersMethodg_loss_fun
(self, logits)
ACGAN.py:135
↓ 1 callersMethodg_loss_fun
(self, logits)
GAN.py:92
↓ 1 callersMethodg_loss_fun
(self, logits)
CGAN.py:93
↓ 1 callersFunctionimsave
(images, size, path)
utils.py:40
↓ 1 callersFunctioninverse_transform
(images)
utils.py:26
↓ 1 callersMethodload_ckpt
(self)
infoGAN.py:241
↓ 1 callersMethodload_ckpt
(self)
WGAN.py:169
↓ 1 callersMethodload_ckpt
(self)
VAE.py:160
↓ 1 callersMethodload_ckpt
(self)
ACGAN.py:228
↓ 1 callersMethodload_ckpt
(self)
GAN.py:164
↓ 1 callersMethodload_ckpt
(self)
WGAN_GP.py:171
↓ 1 callersMethodload_ckpt
(self)
BEGAN.py:186
↓ 1 callersMethodload_ckpt
(self)
CVAE.py:165
↓ 1 callersMethodload_ckpt
(self)
CGAN.py:169
↓ 1 callersMethodload_ckpt
(self)
LSGAN.py:157
↓ 1 callersMethodload_ckpt
(self)
EBGAN.py:184
↓ 1 callersFunctionmain
()
infoGAN.py:299
↓ 1 callersFunctionmain
()
WGAN.py:224
↓ 1 callersFunctionmain
()
VAE.py:215
↓ 1 callersFunctionmain
()
ACGAN.py:287
↓ 1 callersFunctionmain
()
GAN.py:217
↓ 1 callersFunctionmain
()
WGAN_GP.py:226
↓ 1 callersFunctionmain
()
BEGAN.py:244
↓ 1 callersFunctionmain
()
CVAE.py:220
↓ 1 callersFunctionmain
()
CGAN.py:221
↓ 1 callersFunctionmain
()
LSGAN.py:211
↓ 1 callersFunctionmain
()
EBGAN.py:242
↓ 1 callersMethodmake_decoder_model
(self,is_training)
VAE.py:59
↓ 1 callersMethodmake_decoder_model
(self,is_training)
CVAE.py:61
↓ 1 callersMethodmake_discriminator_model
(self,is_training)
WGAN.py:47
↓ 1 callersMethodmake_discriminator_model
(self,is_training)
GAN.py:46
↓ 1 callersMethodmake_discriminator_model
(self,is_training)
WGAN_GP.py:51
↓ 1 callersMethodmake_discriminator_model
(self,is_training)
CGAN.py:45
↓ 1 callersMethodmake_discriminator_model
(self,is_training)
LSGAN.py:44
↓ 1 callersMethodmake_encoder_model
(self,is_training)
VAE.py:43
↓ 1 callersMethodmake_encoder_model
(self,is_training)
CVAE.py:45
↓ 1 callersMethodmake_generator_model
(self,z_dim,is_training)
WGAN.py:62
↓ 1 callersMethodmake_generator_model
(self,is_training)
GAN.py:61
↓ 1 callersMethodmake_generator_model
(self,z_dim,is_training)
WGAN_GP.py:66
↓ 1 callersMethodmake_generator_model
(self,is_training)
CGAN.py:60
↓ 1 callersMethodmake_generator_model
(self,z_dim,is_training)
LSGAN.py:59
↓ 1 callersFunctionmerge
(images, size)
utils.py:45
↓ 1 callersFunctionparse_args
()
infoGAN.py:252
↓ 1 callersFunctionparse_args
()
WGAN.py:183
↓ 1 callersFunctionparse_args
()
VAE.py:174
↓ 1 callersFunctionparse_args
()
ACGAN.py:240
↓ 1 callersFunctionparse_args
()
GAN.py:176
↓ 1 callersFunctionparse_args
()
WGAN_GP.py:185
↓ 1 callersFunctionparse_args
()
BEGAN.py:197
↓ 1 callersFunctionparse_args
()
CVAE.py:179
↓ 1 callersFunctionparse_args
()
CGAN.py:180
↓ 1 callersFunctionparse_args
()
LSGAN.py:170
↓ 1 callersFunctionparse_args
()
EBGAN.py:195
↓ 1 callersMethodpullaway_loss
Pull Away loss calculation :param embeddings: The embeddings to be orthogonalized for varied faces. Shape [batch_size, embeddings_d
EBGAN.py:109
↓ 1 callersMethodq_loss_fun
(self, disc_code_est, disc_code_tg, cont_code_est, cont_code_tg)
infoGAN.py:144
↓ 1 callersMethodq_loss_fun
(self, code_logit_real, code_logit_fake,batch_labels)
ACGAN.py:140
↓ 1 callersMethodtrain
(self, load=False)
infoGAN.py:187
↓ 1 callersMethodtrain
(self, load=False)
WGAN.py:123
↓ 1 callersMethodtrain
(self, load=False)
VAE.py:111
↓ 1 callersMethodtrain
(self, load=False)
ACGAN.py:185
↓ 1 callersMethodtrain
(self, load=False)
GAN.py:118
↓ 1 callersMethodtrain
(self, load=False)
WGAN_GP.py:126
↓ 1 callersMethodtrain
(self, load=False)
BEGAN.py:149
↓ 1 callersMethodtrain
(self, load=False)
CVAE.py:114
↓ 1 callersMethodtrain
(self, load=False)
CGAN.py:121
↓ 1 callersMethodtrain
(self, load=False)
LSGAN.py:110
↓ 1 callersMethodtrain
(self, load=False)
EBGAN.py:148
↓ 1 callersMethodtrain_one_step
(self, batch_labels, batch_images)
infoGAN.py:155
↓ 1 callersMethodtrain_one_step
(self,batch_images)
WGAN.py:101
↓ 1 callersMethodtrain_one_step
(self,batch_images)
VAE.py:85
↓ 1 callersMethodtrain_one_step
(self, batch_labels, batch_images)
ACGAN.py:152
↓ 1 callersMethodtrain_one_step
(self,batch_images)
GAN.py:100
↓ 1 callersMethodtrain_one_step
(self,batch_images)
WGAN_GP.py:92
next →1–100 of 155, ranked by callers