MCPcopy Create free account

hub / github.com/PeterZhouSZ/StyleCariGAN / functions

Functions131 in github.com/PeterZhouSZ/StyleCariGAN

↓ 20 callersMethod__init__
(self, kernel, pad, upsample_factor=1)
model.py:88
↓ 14 callersFunctionrequires_grad
(model, flag=True, target_layer=None)
train.py:35
↓ 13 callersFunctionrandom_mat_apply
(p, transform, prev, eye)
non_leaking.py:143
↓ 11 callersMethodbackward
(ctx, grad_output)
op/upfirdn2d.py:127
↓ 10 callersFunctionmixing_noise
(batch, latent_dim, prob, device)
train.py:97
↓ 5 callersFunctionupfirdn2d
(input, kernel, up=1, down=1, pad=(0, 0))
op/upfirdn2d.py:145
↓ 4 callersFunctiond_logistic_loss
(real_pred, fake_pred)
train.py:50
↓ 4 callersFunctiond_r1_loss
(real_pred, real_img)
train.py:57
↓ 4 callersFunctiong_nonsaturating_loss
(fake_pred)
train.py:66
↓ 4 callersFunctionl2loss
(input1, input2)
invert.py:120
↓ 4 callersFunctionlognormal_sample
(size, mean=0, std=1)
non_leaking.py:120
↓ 4 callersFunctionuniform_sample
(size, low, high)
non_leaking.py:131
↓ 3 callersFunctioncategory_sample
(size, categories)
non_leaking.py:124
↓ 3 callersFunctionget_rank
()
distributed.py:9
↓ 3 callersFunctionget_world_size
()
distributed.py:34
↓ 3 callersFunctionmake_kernel
(k)
model.py:34
↓ 3 callersFunctionrotate_mat
(theta)
non_leaking.py:35
↓ 3 callersFunctionscale_mat
(s_x, s_y)
non_leaking.py:47
↓ 2 callersFunctionaccumulate
(model1, model2, decay=0.999)
train.py:42
↓ 2 callersFunctionfused_leaky_relu
(input, bias, negative_slope=0.2, scale=2 ** 0.5)
op/fused_act.py:86
↓ 2 callersFunctioninvert
(g_ema, perceptual, real_img, device, args)
invert.py:131
↓ 2 callersFunctionmake_noise
(batch, latent_dim, n_noise, device)
train.py:88
↓ 2 callersFunctionmake_noise
(batch, latent_dim, n_noise, device)
invert.py:63
↓ 2 callersMethodmean_latent
(self, n_latent)
model.py:524
↓ 2 callersFunctionnormal_sample
(size, mean=0, std=1)
non_leaking.py:135
↓ 2 callersFunctionrequires_grad
(model, flag=True)
invert.py:126
↓ 2 callersFunctiontranslate_mat
(t_x, t_y)
non_leaking.py:25
↓ 1 callersMethod__init__
(self, device="cuda")
invert.py:50
↓ 1 callersMethod__init__
( self, size, style_dim, n_mlp, channel_multiplier
exaggeration_model.py:15
↓ 1 callersFunctionaffine_grid
(grid, mat)
non_leaking.py:254
↓ 1 callersFunctionapply_color
(img, mat)
non_leaking.py:374
↓ 1 callersFunctionbernoulli_sample
(size, p)
non_leaking.py:139
↓ 1 callersFunctiongenerate
( generator, truncation, truncation_latent, inversion_file, styles, device )
test.py:14
↓ 1 callersFunctionget_padding
(G, height, width)
non_leaking.py:259
↓ 1 callersMethodload_cari_path
(self, path)
dataset_webcari.py:19
↓ 1 callersMethodload_photo_path
(self, path)
dataset_webcari.py:29
↓ 1 callersFunctionluma_flip_mat
(axis, i)
non_leaking.py:99
↓ 1 callersFunctionmake_grid
(shape, x0, x1, y0, y1, device)
non_leaking.py:244
↓ 1 callersFunctionmixing_noise
(batch, latent_dim, prob, device)
invert.py:72
↓ 1 callersFunctionnoise_normalize_
(noises)
invert.py:99
↓ 1 callersFunctionnoise_regularize
(noises)
invert.py:76
↓ 1 callersFunctionparse_args
()
invert.py:331
↓ 1 callersFunctionrandom_apply_affine
(img, p, G=None, antialiasing_kernel=SYM6)
non_leaking.py:316
↓ 1 callersFunctionrandom_apply_color
(img, p, C=None)
non_leaking.py:385
↓ 1 callersFunctionreduce_loss_dict
(loss_dict)
distributed.py:104
↓ 1 callersFunctionrotate3d_mat
(axis, theta)
non_leaking.py:67
↓ 1 callersFunctionsample_affine
(p, size, height, width)
non_leaking.py:151
↓ 1 callersFunctionsample_color
(p, size)
non_leaking.py:210
↓ 1 callersFunctionsaturation_mat
(axis, i)
non_leaking.py:109
↓ 1 callersFunctionscale3d_mat
(s_x, s_y, s_z)
non_leaking.py:88
↓ 1 callersFunctionsynchronize
()
distributed.py:19
↓ 1 callersFunctiontrain
(args, generator, discriminator_photo, discriminator_cari, discriminator_feat_p, discriminator_feat_c,
train.py:111
↓ 1 callersFunctiontranslate3d_mat
(t_x, t_y, t_z)
non_leaking.py:57
↓ 1 callersFunctiontry_sample_affine_and_pad
(img, p, pad_k, G=None)
non_leaking.py:288
↓ 1 callersFunctionupfirdn2d_native
( input, kernel, up_x, up_y, down_x, down_y, pad_x0, pad_x1, pad_y0, pad_y1 )
op/upfirdn2d.py:159
FunctionPYBIND11_MODULE
op/fused_bias_act.cpp:19
FunctionPYBIND11_MODULE
op/upfirdn2d.cpp:21
Method__call__
(self, t)
invert.py:56
Method__getitem__
(self, index)
dataset_webcari.py:42
Method__init__
(self)
invert.py:18
Method__init__
(self, path, transform, resolution=8)
dataset_webcari.py:9
Method__init__
( self, size, style_dim, n_mlp, channel_multiplier=2, blur_ker
exaggeration_model.py:568
Method__init__
(self)
model.py:16
Method__init__
(self)
model.py:27
Method__init__
(self, kernel, factor=2)
model.py:46
Method__init__
(self, kernel, factor=2)
model.py:67
Method__init__
( self, in_channel, out_channel, kernel_size, stride=1, padding=0, bias=True )
model.py:107
Method__init__
( self, in_dim, out_dim, bias=True, bias_init=0, lr_mul=1, activation=None )
model.py:145
Method__init__
(self, negative_slope=0.2)
model.py:182
Method__init__
( self, in_channel, out_channel, kernel_size, style_dim, demod
model.py:194
Method__init__
(self)
model.py:293
Method__init__
(self, channel, size=4)
model.py:307
Method__init__
( self, in_channel, out_channel, kernel_size, style_dim, upsam
model.py:320
Method__init__
(self, in_channel, style_dim, upsample=True, blur_kernel=[1, 3, 3, 1])
model.py:357
Method__init__
(self, in_channel, out_channel, kernel_size=3, padding=1)
model.py:378
Method__init__
(self, in_channel, out_channel, kernel_size=3, padding=1)
model.py:396
Method__init__
(self, n=3)
model.py:416
Method__init__
( self, size, style_dim, n_mlp, channel_multiplier=2, blur_ker
model.py:428
Method__init__
( self, in_channel, out_channel, kernel_size, downsample=False,
model.py:628
Method__init__
(self, in_channel, out_channel, blur_kernel=[1, 3, 3, 1])
model.py:677
Method__init__
(self, size, channel_multiplier=2, blur_kernel=[1, 3, 3, 1])
model.py:698
Method__init__
(self, size, channel_multiplier=2, blur_kernel=[1, 3, 3, 1])
model.py:758
Method__init__
(self, channel, negative_slope=0.2, scale=2 ** 0.5)
op/fused_act.py:75
Method__len__
(self)
dataset_webcari.py:39
Method__repr__
(self)
model.py:137
Method__repr__
(self)
model.py:175
Method__repr__
(self)
model.py:242
Functionall_gather
(data)
distributed.py:69
Functionaugment
(img, p, transform_matrix=(None, None))
non_leaking.py:394
Methodbackward
(ctx, gradgrad_input, gradgrad_bias)
op/fused_act.py:43
Methodbackward
(ctx, grad_output)
op/fused_act.py:64
Methodbackward
(ctx, gradgrad_input)
op/upfirdn2d.py:63
Methodforward
(self, x)
invert.py:34
Methodforward
( self, styles, styles_fine=None, return_latents=False, inject_index=N
exaggeration_model.py:48
Methodforward
( self, styles, return_latents=False, inject_index=None, truncation=1,
exaggeration_model.py:675
Methodforward
(self, x)
model.py:22
Methodforward
(self, input)
model.py:30
Methodforward
(self, input)
model.py:60
Methodforward
(self, input)
model.py:81
Methodforward
(self, input)
model.py:100
next →1–100 of 131, ranked by callers