MCPcopy Create free account

hub / github.com/christiancosgrove/pytorch-spectral-normalization-gan / functions

Functions28 in github.com/christiancosgrove/pytorch-spectral-normalization-gan

↓ 4 callersMethod__init__
(self, z_dim)
model_resnet.py:117
↓ 4 callersFunctionl2normalize
(v, eps=1e-12)
spectral_normalization.py:10
↓ 3 callersFunctionl2normalize
(v, eps=1e-12)
spectral_normalization_nondiff.py:12
↓ 1 callersMethod__init__
(self, z_dim)
model.py:12
↓ 1 callersMethod_made_params
(self)
spectral_normalization.py:37
↓ 1 callersMethod_made_params
(self)
spectral_normalization_nondiff.py:36
↓ 1 callersMethod_make_params
(self)
spectral_normalization.py:47
↓ 1 callersMethod_make_params
(self)
spectral_normalization_nondiff.py:44
↓ 1 callersMethod_update_u_v
(self)
spectral_normalization.py:23
↓ 1 callersMethod_update_u_v
(self)
spectral_normalization_nondiff.py:22
↓ 1 callersFunctionevaluate
(epoch)
main.py:98
↓ 1 callersFunctiontrain
(epoch)
main.py:59
Method__init__
(self, module, name='weight', power_iterations=1)
spectral_normalization.py:15
Method__init__
(self, module, name='weight', power_iterations=1)
spectral_normalization_nondiff.py:16
Method__init__
(self, in_channels, out_channels, stride=1)
model_resnet.py:13
Method__init__
(self, in_channels, out_channels, stride=1)
model_resnet.py:40
Method__init__
(self, in_channels, out_channels, stride=1)
model_resnet.py:88
Method__init__
(self)
model_resnet.py:139
Method__init__
(self)
model.py:36
Methodforward
(self, *args)
spectral_normalization.py:66
Methodforward
(self, *args)
spectral_normalization_nondiff.py:55
Methodforward
(self, x)
model_resnet.py:34
Methodforward
(self, x)
model_resnet.py:82
Methodforward
(self, x)
model_resnet.py:110
Methodforward
(self, z)
model_resnet.py:135
Methodforward
(self, x)
model_resnet.py:154
Methodforward
(self, z)
model.py:32
Methodforward
(self, x)
model.py:51