MCPcopy Create free account

hub / github.com/NVlabs/MUNIT / functions

Functions103 in github.com/NVlabs/MUNIT

↓ 32 callersMethoddecode
(self, hiddens)
networks.py:179
↓ 21 callersMethodencode
(self, images)
networks.py:174
↓ 14 callersMethod__init__
(self, input_dim, output_dim, dim, n_blk, norm='none', activ='relu')
networks.py:257
↓ 8 callersFunctionget_scheduler
(optimizer, hyperparameters, iterations=-1)
utils.py:261
↓ 8 callersMethodrecon_criterion
(self, input, target)
trainer.py:53
↓ 6 callersFunctionweights_init
(init_type='gaussian')
utils.py:272
↓ 6 callersFunctionwrite_one_row_html
(html_file, iterations, img_filename, all_size)
utils.py:137
↓ 5 callersFunctionget_data_loader_folder
(input_folder, batch_size, train, new_size=None, height=256, width=256, num_workers
utils.py:86
↓ 5 callersMethodsave
(self, snapshot_dir, iterations)
trainer.py:374
↓ 4 callersMethod__compute_kl
(self, mu)
trainer.py:249
↓ 4 callersMethodcalc_dis_loss
(self, input_fake, input_real)
networks.py:53
↓ 4 callersMethodcalc_gen_loss
(self, input_fake)
networks.py:71
↓ 4 callersFunctionget_data_loader_list
(root, file_list, batch_size, train, new_size=None, height=256, width=256, num_work
utils.py:73
↓ 4 callersFunctionget_model_list
(dirname, key)
utils.py:209
↓ 4 callersFunctionl2normalize
(v, eps=1e-12)
networks.py:514
↓ 4 callersMethodrecon_criterion
(self, input, target)
trainer.py:237
↓ 4 callersFunctionvgg_preprocess
(batch)
utils.py:248
↓ 3 callersMethodforward
(self, x)
networks.py:46
↓ 3 callersFunctionget_config
(config)
utils.py:100
↓ 3 callersMethodsample
(self, x_a, x_b)
trainer.py:315
↓ 3 callersFunctionwrite_2images
(image_outputs, display_image_num, image_directory, postfix)
utils.py:119
↓ 2 callersFunction__conversion_core
(state_dict_base, trainer_name)
utils.py:308
↓ 2 callersFunction__write_images
(image_outputs, display_image_num, file_name)
utils.py:112
↓ 2 callersMethodcompute_vgg_loss
(self, vgg, img, target)
trainer.py:118
↓ 2 callersMethodcompute_vgg_loss
(self, vgg, img, target)
trainer.py:308
↓ 2 callersFunctionload_inception
(model_path)
utils.py:237
↓ 2 callersFunctionload_vgg16
Use the model from https://github.com/abhiskk/fast-neural-style/blob/master/neural_style/utils.py
utils.py:221
↓ 2 callersFunctionpytorch03_to_pytorch04
(state_dict_base, trainer_name)
utils.py:307
↓ 1 callersMethod__init__
(self, hyperparameters)
trainer.py:203
↓ 1 callersMethod_made_params
(self)
networks.py:545
↓ 1 callersMethod_make_net
(self)
networks.py:35
↓ 1 callersMethod_make_params
(self)
networks.py:555
↓ 1 callersMethod_update_u_v
(self)
networks.py:531
↓ 1 callersMethodassign_adain_params
(self, adain_params, model)
networks.py:130
↓ 1 callersMethoddecode
(self, content, style)
networks.py:123
↓ 1 callersMethoddis_update
(self, x_a, x_b, hyperparameters)
trainer.py:331
↓ 1 callersMethodencode
(self, images)
networks.py:117
↓ 1 callersMethodforward
(self, x)
networks.py:267
↓ 1 callersMethodgen_update
(self, x_a, x_b, hyperparameters)
trainer.py:259
↓ 1 callersFunctionget_all_data_loaders
(conf)
utils.py:41
↓ 1 callersMethodget_num_adain_params
(self, model)
networks.py:141
↓ 1 callersFunctionis_image_file
(filename)
data.py:85
↓ 1 callersFunctionmake_dataset
(dir)
data.py:89
↓ 1 callersFunctionprepare_sub_folder
(output_directory)
utils.py:125
↓ 1 callersMethodresume
(self, checkpoint_dir, hyperparameters)
trainer.py:352
↓ 1 callersFunctionslerp
original: Animating Rotation with Quaternion Curves, Ken Shoemake https://arxiv.org/abs/1609.04468 Code: https://github.com/soumith/dcgan
utils.py:179
↓ 1 callersMethodupdate_learning_rate
(self)
trainer.py:346
↓ 1 callersFunctionwrite_html
(filename, iterations, image_save_iterations, image_directory, all_size=1536)
utils.py:148
↓ 1 callersFunctionwrite_loss
(iterations, trainer, train_writer)
utils.py:172
Method__enter__
(self)
utils.py:300
Method__exit__
(self, exc_type, exc_value, exc_tb)
utils.py:303
Method__getitem__
(self, index)
data.py:33
Method__getitem__
(self, index)
data.py:56
Method__getitem__
(self, index)
data.py:118
Method__init__
(self, msg)
utils.py:296
Method__init__
(self, input_dim, params)
networks.py:20
Method__init__
(self, input_dim, params)
networks.py:91
Method__init__
(self, input_dim, params)
networks.py:152
Method__init__
(self, n_downsample, input_dim, dim, style_dim, norm, activ, pad_type)
networks.py:189
Method__init__
(self, n_downsample, n_res, input_dim, dim, norm, activ, pad_type)
networks.py:207
Method__init__
(self, n_upsample, n_res, dim, output_dim, res_norm='adain', activ='relu', pad_type='zero')
networks.py:224
Method__init__
(self, num_blocks, dim, norm='in', activation='relu', pad_type='zero')
networks.py:246
Method__init__
(self, dim, norm='in', activation='relu', pad_type='zero')
networks.py:274
Method__init__
(self, input_dim ,output_dim, kernel_size, stride, padding=0, norm='none', activation='relu',
networks.py:289
Method__init__
(self, input_dim, output_dim, norm='none', activation='relu')
networks.py:350
Method__init__
(self)
networks.py:400
Method__init__
(self, num_features, eps=1e-5, momentum=0.1)
networks.py:454
Method__init__
(self, num_features, eps=1e-5, affine=True)
networks.py:486
Method__init__
(self, module, name='weight', power_iterations=1)
networks.py:523
Method__init__
(self, root, flist, transform=None, flist_reader=default_flist_reader, loader=default_loader)
data.py:26
Method__init__
(self, root, flist, transform=None, flist_reader=default_flist_reader, loader=default_loader)
data.py:46
Method__init__
(self, root, transform=None, return_paths=False, loader=default_loader)
data.py:104
Method__init__
(self, hyperparameters)
trainer.py:13
Method__len__
(self)
data.py:41
Method__len__
(self)
data.py:63
Method__len__
(self)
data.py:128
Method__repr__
(self)
networks.py:481
Functiondefault_flist_reader
flist format: impath label\nimpath label\n ...(same to caffe's filelist)
data.py:12
Functiondefault_loader
(path)
data.py:8
Methoddis_update
(self, x_a, x_b, hyperparameters)
trainer.py:147
Functioneformat
(f, prec)
utils.py:105
Methodforward
(self, images)
networks.py:111
Methodforward
(self, images)
networks.py:164
Methodforward
(self, x)
networks.py:203
Methodforward
(self, x)
networks.py:220
Methodforward
(self, x)
networks.py:239
Methodforward
(self, x)
networks.py:253
Methodforward
(self, x)
networks.py:282
Methodforward
(self, x)
networks.py:341
Methodforward
(self, x)
networks.py:388
Methodforward
(self, X)
networks.py:420
Methodforward
(self, x)
networks.py:466
Methodforward
(self, x)
networks.py:496
Methodforward
(self, *args)
networks.py:574
Methodforward
(self, x_a, x_b)
trainer.py:56
Methodforward
(self, x_a, x_b)
trainer.py:240
Methodgen_update
(self, x_a, x_b, hyperparameters)
trainer.py:67
Functionget_slerp_interp
modified from: PyTorch inference for "Progressive Growing of GANs" with CelebA snapshot https://github.com/ptrblck/prog_gans_pytorch_inferenc
utils.py:190
Functioninit_fun
(m)
utils.py:273
Methodresume
(self, checkpoint_dir, hyperparameters)
trainer.py:170
next →1–100 of 103, ranked by callers