MCPcopy Create free account

hub / github.com/AAnoosheh/ToDayGAN / functions

Functions118 in github.com/AAnoosheh/ToDayGAN

↓ 12 callersMethodforward
(self, input, in_domain, out_domain)
models/networks.py:364
↓ 9 callersMethod__init__
(self)
models/networks.py:305
↓ 8 callersMethoddecode
(self, input, domain)
models/networks.py:374
↓ 6 callersMethodencode
(self, input, domain)
models/networks.py:368
↓ 6 callersMethodmodel
(self, input_nc, ndf, n_layers, norm_layer)
models/networks.py:246
↓ 5 callersMethodsave
(self)
util/html.py:45
↓ 3 callersMethodadd_header
(self, str)
util/html.py:25
↓ 3 callersMethodadd_images
(self, ims, txts, links, width=400)
util/html.py:33
↓ 3 callersFunctionchunk
(tag, data)
util/png.py:16
↓ 3 callersMethodcuda
(self, device_id)
models/networks.py:312
↓ 2 callersMethodapply
(self, func)
models/networks.py:308
↓ 2 callersMethodbackward_D_basic
(self, pred_real, fake, domain)
models/combogan_model.py:95
↓ 2 callersMethodget_current_visuals
(self)
models/base_model.py:32
↓ 2 callersFunctionget_norm_layer
(norm_type='instance')
models/networks.py:22
↓ 2 callersMethodinit_optimizers
(self, opt, lr, betas)
models/networks.py:316
↓ 2 callersMethodload_image
(self, dom, idx)
data/unaligned_dataset.py:20
↓ 2 callersMethodload_network
(self, network, network_label, epoch)
models/base_model.py:50
↓ 2 callersFunctionmake_dataset
(dir)
data/image_folder.py:24
↓ 2 callersFunctionmkdir
(path)
util/util.py:79
↓ 2 callersMethodparse
(self)
options/base_options.py:48
↓ 2 callersMethodquery
(self, images)
util/image_pool.py:12
↓ 2 callersMethodsave_network
(self, network, network_label, epoch, gpu_ids)
models/base_model.py:42
↓ 2 callersMethodset_input
(self, input)
models/base_model.py:16
↓ 2 callersMethodstep_grads
(self, dom_a, dom_b)
models/networks.py:324
↓ 2 callersMethodupdate_hyperparams
(self, curr_iter)
models/combogan_model.py:191
↓ 2 callersMethodupdate_lr
(self, new_lr)
models/networks.py:328
↓ 2 callersMethodzero_grads
(self, dom_a, dom_b)
models/networks.py:320
↓ 1 callersMethodadd_table
(self, border=1)
util/html.py:29
↓ 1 callersMethodbackward_D
(self)
models/combogan_model.py:101
↓ 1 callersMethodbackward_G
(self)
models/combogan_model.py:109
↓ 1 callersMethoddisplay_current_results
(self, visuals, epoch)
util/visualizer.py:31
↓ 1 callersMethodget_current_errors
(self)
models/base_model.py:35
↓ 1 callersMethodget_image_dir
(self)
util/html.py:22
↓ 1 callersMethodget_image_paths
(self)
models/base_model.py:26
↓ 1 callersFunctionget_transform
(opt)
data/base_dataset.py:15
↓ 1 callersFunctiongkern_2d
(size=5, sigma=3)
util/util.py:19
↓ 1 callersMethodinitialize
(self)
options/base_options.py:11
↓ 1 callersFunctionis_image_file
(filename)
data/image_folder.py:20
↓ 1 callersMethodload
(self, save_path)
models/networks.py:338
↓ 1 callersMethodoptimize_parameters
(self)
models/base_model.py:29
↓ 1 callersMethodplot_current_errors
(self, epoch, counter_ratio, opt, errors)
util/visualizer.py:95
↓ 1 callersMethodprepare_context
(self, input, domain)
models/networks.py:423
↓ 1 callersMethodprint_current_errors
(self, epoch, i, errors, t)
util/visualizer.py:111
↓ 1 callersFunctionraw_data
()
util/png.py:9
↓ 1 callersMethodsave
(self, label)
models/base_model.py:38
↓ 1 callersMethodsave_image_matrix
(self, visuals_list, save_path)
util/visualizer.py:142
↓ 1 callersMethodsave_images
(self, webpage, visuals, image_path)
util/visualizer.py:122
↓ 1 callersMethodstack_images
(self, list_np_images)
util/visualizer.py:163
↓ 1 callersMethodtest
(self)
models/base_model.py:23
FunctionGANLoss
(inputs_real, inputs_fake, is_discr)
models/networks.py:83
Method__getitem__
(self, index)
data/unaligned_dataset.py:26
Method__getitem__
(self, index)
data/image_folder.py:57
Method__init__
(self)
data/base_dataset.py:6
Method__init__
(self, opt)
data/unaligned_dataset.py:9
Method__init__
(self, opt)
data/data_loader.py:9
Method__init__
(self, root, transform=None, return_paths=False, loader=default_loader)
data/image_folder.py:43
Method__init__
(self)
options/base_options.py:7
Method__init__
(self, opt)
models/combogan_model.py:14
Method__init__
(self, opt)
models/base_model.py:9
Method__init__
(self, input_nc, n_blocks=4, ngf=64, norm_layer=nn.BatchNorm2d, use_dropout=False, gpu_ids=[]
models/networks.py:101
Method__init__
(self, n_domains, n_blocks=2, ngf=64, norm_layer=nn.BatchNorm2d, use_dropout=False, gpu_ids=[
models/networks.py:134
Method__init__
(self, output_nc, n_blocks=5, ngf=64, norm_layer=nn.BatchNorm2d, use_dropout=False, gpu_ids=[
models/networks.py:156
Method__init__
(self, dim, norm_layer, use_dropout, use_bias, padding_type='reflect', n_domains=0)
models/networks.py:193
Method__init__
(self, input_nc, ndf=64, n_layers=3, tensor=torch.FloatTensor, norm_layer=nn.BatchNorm2d, gpu_ids=[])
models/networks.py:235
Method__init__
(self, n_domains, encoder, enc_args, decoder, dec_args, block=None, shenc_args=None, shdec_ar
models/networks.py:344
Method__init__
(self, n_domains, model, model_args)
models/networks.py:401
Method__init__
(self, n_classes, *args)
models/networks.py:418
Method__init__
(self, *args)
models/networks.py:448
Method__init__
(self, web_dir, title, reflesh=0)
util/html.py:7
Method__init__
(self, opt)
util/visualizer.py:9
Method__init__
(self, pool_size)
util/image_pool.py:6
Method__iter__
(self)
data/data_loader.py:20
Method__len__
(self)
data/unaligned_dataset.py:52
Method__len__
(self)
data/data_loader.py:17
Method__len__
(self)
data/image_folder.py:67
Method__repr__
(self)
models/networks.py:391
Method__repr__
(self)
models/networks.py:409
Functiondefault_loader
(path)
data/image_folder.py:37
Functiondefine_D
(input_nc, ndf, netD_n_layers, n_domains, tensor, norm='batch', gpu_ids=[])
models/networks.py:63
Functiondefine_G
(input_nc, output_nc, ngf, n_blocks, n_blocks_shared, n_domains, norm='batch', use_dropout=False, gpu_ids=[])
models/networks.py:31
Functiondiagnose_network
(net, name='network')
util/util.py:28
Functionencode
buf: must be bytes or a bytearray in py3, a regular string in py2. formatted RGBRGB...
util/png.py:4
Methodforward
(self)
models/base_model.py:19
Methodforward
(self, input)
models/networks.py:128
Methodforward
(self, input, domain)
models/networks.py:150
Methodforward
(self, input)
models/networks.py:185
Methodforward
(self, input)
models/networks.py:227
Methodforward
(self, input)
models/networks.py:284
Methodforward
(self, input, domain)
models/networks.py:405
Methodforward
(self, *input)
models/networks.py:433
Methodforward
(self, input)
models/networks.py:452
Methodget_current_errors
(self)
models/combogan_model.py:175
Methodget_current_visuals
(self, testing=False)
models/combogan_model.py:180
Methodget_image_paths
(self)
models/combogan_model.py:92
Functioninfo
Print methods and doc strings. Takes module, class, list, dictionary, or string.
util/util.py:45
Methodinit_optimizers
(self, opt, lr, betas)
models/networks.py:358
Methodinitialize
(self, opt)
data/base_dataset.py:12
Methodinitialize
(self)
options/train_options.py:5
Methodinitialize
(self)
options/test_options.py:5
Functionmkdirs
(paths)
util/util.py:71
next →1–100 of 118, ranked by callers