MCPcopy Create free account

hub / github.com/VDIGPKU/CMUA-Watermark / functions

Functions574 in github.com/VDIGPKU/CMUA-Watermark

Method__len__
(self)
AttGAN/data.py:35
Method__len__
(self)
AttGAN/data.py:69
Method__len__
(self)
AttGAN/data.py:106
Method__len__
Return the number of images.
HiSD/core/data.py:23
Method__len__
(self)
AttentionGAN/AttentionGAN-v1/datasets.py:27
Method__len__
Return the total number of images in the dataset.
AttentionGAN/data/base_dataset.py:46
Method__len__
Return the number of data in the dataset
AttentionGAN/data/__init__.py:84
Method__len__
Return the total number of images in the dataset. As we have two datasets with potentially different number of images, we take a maxi
AttentionGAN/data/unaligned_dataset.py:65
Method__len__
(self)
AttentionGAN/data/image_folder.py:65
Method__len__
Return the number of images.
AttentionGAN/AttentionGAN_v1_multi/data_loader.py:66
Method__repr__
(self)
HiSD/core/networks.py:367
Method__repr__
(self)
HiSD/core/networks.py:389
Method__setattr__
(self,name,value)
universal_attack.py:36
Method__setattr__
(self,name,value)
universal_attack_nni.py:36
Method__setattr__
(self,name,value)
universal_attack_inference_one_image.py:38
Method__setattr__
(self,name,value)
model_data_prepare.py:36
Method__setattr__
(self,name,value)
universal_attack_inference.py:36
Functionavg_smoothing_filter
(channels, kernel_size)
stargan/model.py:170
Methodblur_tensor
(self, tensor)
stargan_solver.py:1306
Methodblur_tensor
(self, tensor)
stargan/solver.py:1306
Methodbuild_and_restore_alt_model
Create a generator and a discriminator.
stargan_solver.py:127
Methodbuild_and_restore_alt_model
Create a generator and a discriminator.
stargan/solver.py:127
Functioncal_gradient_penalty
Calculate the gradient penalty loss, used in WGAN-GP paper https://arxiv.org/abs/1704.00028 Arguments: netD (network) -- dis
AttentionGAN/AttentionGAN-geo/networks.py:282
Functioncal_gradient_penalty
Calculate the gradient penalty loss, used in WGAN-GP paper https://arxiv.org/abs/1704.00028 Arguments: netD (network) -- dis
AttentionGAN/models/networks.py:282
Functionclip_tensor
(X, Y, Z)
attacks.py:229
Functionclip_tensor
(X, Y, Z)
stargan/attacks.py:344
Functionclip_tensor
(X, Y, Z)
AttGAN/attacks.py:340
Functionclip_tensor
(X, Y, Z)
HiSD/attacks.py:87
Functionclip_tensor
(X, Y, Z)
AttentionGAN/AttentionGAN_v1_multi/attacks.py:340
Functioncompute_kid_block
Compute the ith block of the KID estimate.
AttentionGAN/scripts/GAN_Metrics-Tensorflow/frechet_kernel_Inception_distance.py:269
Functiondefault_loader
(path)
AttentionGAN/data/image_folder.py:35
Functiondefine_D
Create a discriminator Parameters: input_nc (int) -- the number of channels in input images ndf (int) -- the number
AttentionGAN/AttentionGAN-geo/networks.py:166
Functiondefine_D
Create a discriminator Parameters: input_nc (int) -- the number of channels in input images ndf (int) -- the number
AttentionGAN/models/networks.py:166
Functiondefine_G
Create a generator Parameters: input_nc (int) -- the number of channels in input images output_nc (int) -- the number of channels
AttentionGAN/AttentionGAN-geo/networks.py:121
Functiondefine_G
Create a generator Parameters: input_nc (int) -- the number of channels in input images output_nc (int) -- the number of channels
AttentionGAN/models/networks.py:121
Functiondiagnose_network
Calculate and print the mean of average absolute(gradients) Parameters: net (torch network) -- Torch network name (str) -- the na
AttentionGAN/util/util.py:30
Methodextra_repr
(self)
stargan/defenses/base.py:20
Methodextra_repr
(self)
AttGAN/defenses/base.py:20
Methodforward
(self, x)
stargan/model.py:23
Methodforward
(self, x, c)
stargan/model.py:60
Methodforward
(self, x)
stargan/model.py:112
Methodforward
(self, x, c)
stargan/model.py:156
Methodforward
(self, x)
stargan/defenses/base.py:17
Methodforward
(self, x)
stargan/defenses/smoothing.py:39
Methodforward
(self, x)
stargan/defenses/smoothing.py:58
Methodforward
(self, x)
AttGAN/nn.py:62
Methodforward
(self, x)
AttGAN/nn.py:70
Methodforward
(self, x)
AttGAN/nn.py:82
Methodforward
(self, x)
AttGAN/nn.py:94
Methodforward
(self, x)
AttGAN/nn.py:106
Methodforward
(self, x, a=None, mode='enc-dec')
AttGAN/attgan.py:78
Methodforward
(self, x)
AttGAN/attgan.py:114
Methodforward
(self, x)
AttGAN/switchable_norm.py:34
Methodforward
(self, x)
AttGAN/switchable_norm.py:102
Methodforward
(self, x)
AttGAN/switchable_norm.py:183
Methodforward
(self, x)
AttGAN/defenses/base.py:17
Methodforward
(self, x)
AttGAN/defenses/smoothing.py:39
Methodforward
(self, x)
AttGAN/defenses/smoothing.py:58
Methodforward
(self, x, i)
HiSD/core/networks.py:162
Methodforward
(self, e, s)
HiSD/core/networks.py:186
Methodforward
(self, z, j)
HiSD/core/networks.py:230
Methodforward
(self, x)
HiSD/core/networks.py:249
Methodforward
(self, x)
HiSD/core/networks.py:270
Methodforward
(self, x)
HiSD/core/networks.py:287
Methodforward
(self, x)
HiSD/core/networks.py:307
Methodforward
(self, x)
HiSD/core/networks.py:327
Methodforward
(self, x)
HiSD/core/networks.py:340
Methodforward
(self, x)
HiSD/core/networks.py:357
Methodforward
(self, x)
HiSD/core/networks.py:380
Methodforward
(self, args, mode)
HiSD/core/trainer.py:35
Methodforward
(self, x)
AttentionGAN/AttentionGAN-v1/models.py:77
Methodforward
(self, img)
AttentionGAN/AttentionGAN-v1/models.py:104
Methodforward
(self, x)
AttentionGAN/AttentionGAN-geo/networks.py:15
Methodforward
Standard forward
AttentionGAN/AttentionGAN-geo/networks.py:375
Methodforward
(self, input)
AttentionGAN/AttentionGAN-geo/networks.py:439
Methodforward
(self, input)
AttentionGAN/AttentionGAN-geo/networks.py:537
Methodforward
Forward function (with skip connections)
AttentionGAN/AttentionGAN-geo/networks.py:604
Methodforward
Standard forward
AttentionGAN/AttentionGAN-geo/networks.py:637
Methodforward
(self, x)
AttentionGAN/AttentionGAN-geo/networks.py:705
Methodforward
Standard forward.
AttentionGAN/AttentionGAN-geo/networks.py:755
Methodforward
Standard forward.
AttentionGAN/AttentionGAN-geo/networks.py:787
Methodforward
(self, x)
AttentionGAN/models/networks.py:15
Methodforward
Standard forward
AttentionGAN/models/networks.py:375
Methodforward
(self, input)
AttentionGAN/models/networks.py:439
Methodforward
(self, input)
AttentionGAN/models/networks.py:537
Methodforward
Forward function (with skip connections)
AttentionGAN/models/networks.py:604
Methodforward
Standard forward
AttentionGAN/models/networks.py:637
Methodforward
(self, x)
AttentionGAN/models/networks.py:705
Methodforward
Standard forward.
AttentionGAN/models/networks.py:755
Methodforward
Standard forward.
AttentionGAN/models/networks.py:787
Methodforward
(self, x)
AttentionGAN/AttentionGAN_v1_multi/model.py:18
Methodforward
(self, x, c)
AttentionGAN/AttentionGAN_v1_multi/model.py:55
Methodforward
(self, x)
AttentionGAN/AttentionGAN_v1_multi/model.py:93
Functionget_images
(filename)
AttentionGAN/scripts/GAN_Metrics-Tensorflow/frechet_kernel_Inception_distance.py:350
Functionget_option_setter
Return the static method <modify_commandline_options> of the dataset class.
AttentionGAN/data/__init__.py:41
Functionget_option_setter
Return the static method <modify_commandline_options> of the model class.
AttentionGAN/models/__init__.py:48
Functionget_params
(opt, size)
AttentionGAN/data/base_dataset.py:63
Functionget_scheduler
Return a learning rate scheduler Parameters: optimizer -- the optimizer of the network opt (option class) -- stores all
AttentionGAN/AttentionGAN-geo/networks.py:39
Functionget_scheduler
Return a learning rate scheduler Parameters: optimizer -- the optimizer of the network opt (option class) -- stores all
AttentionGAN/models/networks.py:39
Methodgradient_penalty
(f, real, fake=None)
AttGAN/attgan.py:205
← previousnext →401–500 of 574, ranked by callers