Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DequanZhu/GANs-collections-tf2.0_keras-eager_mode
/ functions
Functions
155 in github.com/DequanZhu/GANs-collections-tf2.0_keras-eager_mode
⨍
Functions
155
◇
Types & classes
27
↓ 52 callers
Function
check_folder
(log_dir)
utils.py:30
↓ 11 callers
Function
load_mnist_data
(batch_size=64,datasets='mnist',model_name=None)
utils.py:6
↓ 11 callers
Function
save_images
(images, size, image_path)
utils.py:36
↓ 5 callers
Method
__init__
(self)
ops.py:16
↓ 5 callers
Function
conv_cond_concat
Concatenate conditioning vector on feature map axis.
ops.py:81
↓ 3 callers
Method
__init__
(self, args)
infoGAN.py:89
↓ 3 callers
Method
__init__
(self, args)
ACGAN.py:89
↓ 3 callers
Method
mse_loss
(self, pred, data)
LSGAN.py:84
↓ 2 callers
Method
__init__
(self, args)
BEGAN.py:73
↓ 2 callers
Method
__init__
(self, args)
EBGAN.py:71
↓ 1 callers
Function
check_args
(args)
infoGAN.py:277
↓ 1 callers
Function
check_args
(args)
WGAN.py:202
↓ 1 callers
Function
check_args
(args)
VAE.py:193
↓ 1 callers
Function
check_args
(args)
ACGAN.py:265
↓ 1 callers
Function
check_args
(args)
GAN.py:195
↓ 1 callers
Function
check_args
(args)
WGAN_GP.py:204
↓ 1 callers
Function
check_args
(args)
BEGAN.py:222
↓ 1 callers
Function
check_args
(args)
CVAE.py:198
↓ 1 callers
Function
check_args
(args)
CGAN.py:199
↓ 1 callers
Function
check_args
(args)
LSGAN.py:189
↓ 1 callers
Function
check_args
(args)
EBGAN.py:220
↓ 1 callers
Method
d_loss_fun
(self, d_fake_logits, d_real_logits)
infoGAN.py:131
↓ 1 callers
Method
d_loss_fun
(self, d_fake_logits, d_real_logits)
ACGAN.py:127
↓ 1 callers
Method
d_loss_fun
(self, d_fake_logits, d_real_logits)
GAN.py:84
↓ 1 callers
Method
d_loss_fun
(self, d_fake_logits, d_real_logits)
CGAN.py:84
↓ 1 callers
Method
g_loss_fun
(self, logits)
infoGAN.py:139
↓ 1 callers
Method
g_loss_fun
(self, logits)
WGAN.py:93
↓ 1 callers
Method
g_loss_fun
(self, logits)
ACGAN.py:135
↓ 1 callers
Method
g_loss_fun
(self, logits)
GAN.py:92
↓ 1 callers
Method
g_loss_fun
(self, logits)
CGAN.py:93
↓ 1 callers
Function
imsave
(images, size, path)
utils.py:40
↓ 1 callers
Function
inverse_transform
(images)
utils.py:26
↓ 1 callers
Method
load_ckpt
(self)
infoGAN.py:241
↓ 1 callers
Method
load_ckpt
(self)
WGAN.py:169
↓ 1 callers
Method
load_ckpt
(self)
VAE.py:160
↓ 1 callers
Method
load_ckpt
(self)
ACGAN.py:228
↓ 1 callers
Method
load_ckpt
(self)
GAN.py:164
↓ 1 callers
Method
load_ckpt
(self)
WGAN_GP.py:171
↓ 1 callers
Method
load_ckpt
(self)
BEGAN.py:186
↓ 1 callers
Method
load_ckpt
(self)
CVAE.py:165
↓ 1 callers
Method
load_ckpt
(self)
CGAN.py:169
↓ 1 callers
Method
load_ckpt
(self)
LSGAN.py:157
↓ 1 callers
Method
load_ckpt
(self)
EBGAN.py:184
↓ 1 callers
Function
main
()
infoGAN.py:299
↓ 1 callers
Function
main
()
WGAN.py:224
↓ 1 callers
Function
main
()
VAE.py:215
↓ 1 callers
Function
main
()
ACGAN.py:287
↓ 1 callers
Function
main
()
GAN.py:217
↓ 1 callers
Function
main
()
WGAN_GP.py:226
↓ 1 callers
Function
main
()
BEGAN.py:244
↓ 1 callers
Function
main
()
CVAE.py:220
↓ 1 callers
Function
main
()
CGAN.py:221
↓ 1 callers
Function
main
()
LSGAN.py:211
↓ 1 callers
Function
main
()
EBGAN.py:242
↓ 1 callers
Method
make_decoder_model
(self,is_training)
VAE.py:59
↓ 1 callers
Method
make_decoder_model
(self,is_training)
CVAE.py:61
↓ 1 callers
Method
make_discriminator_model
(self,is_training)
WGAN.py:47
↓ 1 callers
Method
make_discriminator_model
(self,is_training)
GAN.py:46
↓ 1 callers
Method
make_discriminator_model
(self,is_training)
WGAN_GP.py:51
↓ 1 callers
Method
make_discriminator_model
(self,is_training)
CGAN.py:45
↓ 1 callers
Method
make_discriminator_model
(self,is_training)
LSGAN.py:44
↓ 1 callers
Method
make_encoder_model
(self,is_training)
VAE.py:43
↓ 1 callers
Method
make_encoder_model
(self,is_training)
CVAE.py:45
↓ 1 callers
Method
make_generator_model
(self,z_dim,is_training)
WGAN.py:62
↓ 1 callers
Method
make_generator_model
(self,is_training)
GAN.py:61
↓ 1 callers
Method
make_generator_model
(self,z_dim,is_training)
WGAN_GP.py:66
↓ 1 callers
Method
make_generator_model
(self,is_training)
CGAN.py:60
↓ 1 callers
Method
make_generator_model
(self,z_dim,is_training)
LSGAN.py:59
↓ 1 callers
Function
merge
(images, size)
utils.py:45
↓ 1 callers
Function
parse_args
()
infoGAN.py:252
↓ 1 callers
Function
parse_args
()
WGAN.py:183
↓ 1 callers
Function
parse_args
()
VAE.py:174
↓ 1 callers
Function
parse_args
()
ACGAN.py:240
↓ 1 callers
Function
parse_args
()
GAN.py:176
↓ 1 callers
Function
parse_args
()
WGAN_GP.py:185
↓ 1 callers
Function
parse_args
()
BEGAN.py:197
↓ 1 callers
Function
parse_args
()
CVAE.py:179
↓ 1 callers
Function
parse_args
()
CGAN.py:180
↓ 1 callers
Function
parse_args
()
LSGAN.py:170
↓ 1 callers
Function
parse_args
()
EBGAN.py:195
↓ 1 callers
Method
pullaway_loss
Pull Away loss calculation :param embeddings: The embeddings to be orthogonalized for varied faces. Shape [batch_size, embeddings_d
EBGAN.py:109
↓ 1 callers
Method
q_loss_fun
(self, disc_code_est, disc_code_tg, cont_code_est, cont_code_tg)
infoGAN.py:144
↓ 1 callers
Method
q_loss_fun
(self, code_logit_real, code_logit_fake,batch_labels)
ACGAN.py:140
↓ 1 callers
Method
train
(self, load=False)
infoGAN.py:187
↓ 1 callers
Method
train
(self, load=False)
WGAN.py:123
↓ 1 callers
Method
train
(self, load=False)
VAE.py:111
↓ 1 callers
Method
train
(self, load=False)
ACGAN.py:185
↓ 1 callers
Method
train
(self, load=False)
GAN.py:118
↓ 1 callers
Method
train
(self, load=False)
WGAN_GP.py:126
↓ 1 callers
Method
train
(self, load=False)
BEGAN.py:149
↓ 1 callers
Method
train
(self, load=False)
CVAE.py:114
↓ 1 callers
Method
train
(self, load=False)
CGAN.py:121
↓ 1 callers
Method
train
(self, load=False)
LSGAN.py:110
↓ 1 callers
Method
train
(self, load=False)
EBGAN.py:148
↓ 1 callers
Method
train_one_step
(self, batch_labels, batch_images)
infoGAN.py:155
↓ 1 callers
Method
train_one_step
(self,batch_images)
WGAN.py:101
↓ 1 callers
Method
train_one_step
(self,batch_images)
VAE.py:85
↓ 1 callers
Method
train_one_step
(self, batch_labels, batch_images)
ACGAN.py:152
↓ 1 callers
Method
train_one_step
(self,batch_images)
GAN.py:100
↓ 1 callers
Method
train_one_step
(self,batch_images)
WGAN_GP.py:92
next →
1–100 of 155, ranked by callers