MCPcopy Create free account

hub / github.com/KupynOrest/DeblurGAN / functions

Functions150 in github.com/KupynOrest/DeblurGAN

Functiondefault_loader
(path)
data/image_folder.py:37
Functiondefine_D
(input_nc, ndf, which_model_netD, n_layers_D=3, norm='batch', use_sigmoid=False, gpu_ids=[], use_
models/networks.py:64
Functiondefine_G
(input_nc, output_nc, ngf, which_model_netG, norm='batch', use_dropout=False, gpu_ids=[], use_parallel=True,
models/networks.py:35
Functiondiagnose_network
(net, name='network')
util/util.py:18
Functionencode
buf: must be bytes or a bytearray in py3, a regular string in py2. formatted RGBRGB...
util/png.py:4
Methodforward
(self, input)
models/networks.py:191
Methodforward
(self, x)
models/networks.py:288
Methodforward
(self, input)
models/networks.py:320
Methodforward
(self, x)
models/networks.py:405
Methodforward
(self, input)
models/networks.py:459
Methodget_current_errors
(self)
models/conditional_gan_model.py:115
Methodget_current_visuals
(self)
models/conditional_gan_model.py:121
Methodget_current_visuals
(self)
models/base_model.py:32
Methodget_g_loss
(self,net, realA, fakeB)
models/losses.py:121
Methodget_g_loss
(self, net, realA, fakeB)
models/losses.py:136
Methodget_image_paths
(self)
models/conditional_gan_model.py:86
Methodget_image_paths
(self)
models/base_model.py:26
Methodget_loss
(self, fakeIm, realIm)
models/losses.py:19
Methodget_loss
(self, fakeIm, realIm)
models/losses.py:40
Methodget_loss
(self, net, realA, fakeB, realB)
models/losses.py:124
Methodget_loss
(self, net, realA, fakeB, realB)
models/losses.py:161
Functioninfo
Print methods and doc strings. Takes module, class, list, dictionary, or string.
util/util.py:40
Methodinitialize
(self, opt)
data/base_data_loader.py:6
Methodinitialize
(self, opt)
data/unaligned_dataset.py:12
Methodinitialize
(self)
options/train_options.py:5
Methodinitialize
(self)
options/test_options.py:5
Methodload_data
(self)
data/custom_dataset_data_loader.py:40
Functionmkdirs
(paths)
util/util.py:66
Methodname
(self)
data/base_dataset.py:9
Methodname
(self)
data/unaligned_dataset.py:44
Methodname
(self)
data/aligned_dataset.py:56
Methodname
(self)
models/test_model.py:10
Methodname
(self)
models/base_model.py:6
Methodname
(self)
models/losses.py:85
Methodname
(self)
models/losses.py:113
Methodname
(self)
models/losses.py:128
Methodoptimize_parameters
(self)
models/conditional_gan_model.py:103
Functionprint_network
(net)
models/networks.py:86
Functionprint_numpy
(x, val=True, shp=False)
util/util.py:56
Methodquery
(self, images)
util/image_pool.py:12
Methodsave
(self, label)
models/conditional_gan_model.py:127
Functionsave_image
(image_numpy, image_path)
util/util.py:31
Methodset_input
(self, input)
models/conditional_gan_model.py:66
Methodset_input
(self, input)
models/base_model.py:16
Functiontensor2im
(image_tensor, imtype=np.uint8)
util/util.py:12
Methodtest
(self)
models/conditional_gan_model.py:80
Methodtest
(self)
models/base_model.py:23
Methodupdate_learning_rate
(self)
models/conditional_gan_model.py:131
Functionvarname
(p)
util/util.py:50
Functionweights_init
(m)
models/networks.py:14
← previous101–150 of 150, ranked by callers