MCPcopy Create free account

hub / github.com/autonomousvision/stylegan-xl / types & classes

Types & classes120 in github.com/autonomousvision/stylegan-xl

↓ 8 callersClassConv2dLayer
training/networks_stylegan2.py:133
↓ 8 callersClassSEBlock
pg_modules/blocks.py:127
↓ 8 callersClassTranspose
feature_networks/vit.py:45
↓ 7 callersClassFullyConnectedLayer
training/networks_stylegan2.py:94
↓ 6 callersClassGLU
pg_modules/blocks.py:31
↓ 5 callersClassLayerNorm
Subclass torch's LayerNorm to handle fp16.
feature_networks/clip/model.py:153
↓ 4 callersClassCapturedException
viz/renderer.py:23
↓ 4 callersClassFeatureFusionBlock
pg_modules/blocks.py:215
↓ 4 callersClassFullyConnectedLayer
training/networks_stylegan3.py:73
↓ 4 callersClassFullyConnectedLayer
training/networks_stylegan3_resetting.py:77
↓ 3 callersClassF_RandomProj
pg_modules/projector.py:88
↓ 3 callersClassFeatureStats
metrics/metric_utils.py:85
↓ 3 callersClassNoiseInjection
pg_modules/blocks.py:246
↓ 3 callersClassSynthesisLayer
training/networks_stylegan3.py:265
↓ 2 callersClassAverageMeter
Computes and stores the average and current value
run_stylemc.py:26
↓ 2 callersClassBottleneck
feature_networks/clip/model.py:10
↓ 2 callersClassInitLayer
pg_modules/blocks.py:44
↓ 2 callersClassMappingNetwork
training/networks_stylegan2.py:249
↓ 2 callersClassProgressMonitor
metrics/metric_utils.py:165
↓ 2 callersClassSynthesisInput
training/networks_stylegan3.py:181
↓ 2 callersClassSynthesisLayer
training/networks_stylegan2.py:332
↓ 2 callersClassSynthesisLayer
training/networks_stylegan3_resetting.py:290
↓ 2 callersClassTransformer
feature_networks/clip/model.py:191
↓ 1 callersClassAddReadout
feature_networks/vit.py:18
↓ 1 callersClassAsyncRenderer
visualizer.py:178
↓ 1 callersClassAttentionPool2d
feature_networks/clip/model.py:56
↓ 1 callersClassCLIP
feature_networks/clip/model.py:239
↓ 1 callersClassCaptureSuccess
viz/renderer.py:37
↓ 1 callersClassConv2dLayerDepthwise
training/networks_stylegan2.py:191
↓ 1 callersClassDiscriminatorBlock
training/networks_stylegan2.py:613
↓ 1 callersClassDiscriminatorEpilogue
training/networks_stylegan2.py:731
↓ 1 callersClassDownBlock
pg_modules/blocks.py:143
↓ 1 callersClassDummyMapping
training/networks_fastgan.py:13
↓ 1 callersClassInterpolate
Interpolation module.
pg_modules/blocks.py:310
↓ 1 callersClassMappingNetwork
training/networks_stylegan3.py:113
↓ 1 callersClassMappingNetwork
training/networks_stylegan3_resetting.py:117
↓ 1 callersClassMinibatchStdLayer
training/networks_stylegan2.py:702
↓ 1 callersClassModifiedResNet
A ResNet class that is similar to torchvision's but contains the following changes: - There are now 3 "stem" convolutions as opposed to 1, wi
feature_networks/clip/model.py:93
↓ 1 callersClassMultiScaleD
pg_modules/discriminator.py:120
↓ 1 callersClassPPLSampler
metrics/perceptual_path_length.py:35
↓ 1 callersClassProgressMeter
run_stylemc.py:50
↓ 1 callersClassProjectReadout
feature_networks/vit.py:31
↓ 1 callersClassQuickGELU
feature_networks/clip/model.py:162
↓ 1 callersClassResidualAttentionBlock
feature_networks/clip/model.py:167
↓ 1 callersClassSeparableConv2d
pg_modules/blocks.py:165
↓ 1 callersClassSlice
feature_networks/vit.py:9
↓ 1 callersClassSwish
pg_modules/blocks.py:38
↓ 1 callersClassSynthesisBlock
training/networks_stylegan2.py:421
↓ 1 callersClassSynthesisInput
training/networks_stylegan3_resetting.py:204
↓ 1 callersClassSynthesisNetwork
training/networks_stylegan3.py:411
↓ 1 callersClassSynthesisNetwork
training/networks_stylegan2.py:525
↓ 1 callersClassSynthesisNetwork
training/networks_stylegan3_resetting.py:462
↓ 1 callersClassToRGBLayer
training/networks_stylegan2.py:396
↓ 1 callersClassVisualTransformer
feature_networks/clip/model.py:202
↓ 1 callersClassVisualizer
visualizer.py:32
↓ 1 callersClass_GlfwRenderer
gui_utils/imgui_window.py:95
↓ 1 callersClass_LegacyUnpickler
legacy.py:67
ClassAugmentPipe
training/augment.py:122
ClassBiasActCuda
torch_utils/ops/bias_act.py:142
ClassBiasActCudaGrad
torch_utils/ops/bias_act.py:175
ClassCCBN
conditional batchnorm
pg_modules/blocks.py:258
ClassCCBN1D
conditional batchnorm
pg_modules/blocks.py:284
ClassCaptureWidget
viz/capture_widget.py:19
ClassClipHead
feature_networks/clip/clip.py:229
ClassCollector
r"""Collects the scalars broadcasted by `report()` and `report0()` and computes their long-term averages (mean and standard deviation) over us
torch_utils/training_stats.py:113
ClassConv2d
torch_utils/ops/conv2d_gradfix.py:105
ClassConv2dGradWeight
torch_utils/ops/conv2d_gradfix.py:153
ClassDataset
training/dataset.py:27
ClassDecorator
torch_utils/persistence.py:99
ClassDiscriminator
training/networks_stylegan2.py:792
ClassDownBlockPatch
pg_modules/blocks.py:191
ClassDownBlockSGBlocks
pg_modules/blocks.py:155
ClassDownBlockSep
pg_modules/blocks.py:178
ClassEasyDict
Convenience class that behaves like a dict but allows access with the attribute syntax.
dnnlib/util.py:40
ClassEquivarianceWidget
viz/equivariance_widget.py:16
ClassF_Identity
pg_modules/projector.py:84
ClassFastganSynthesis
training/networks_fastgan.py:21
ClassFastganSynthesisCond
training/networks_fastgan.py:86
ClassFilteredLReluCuda
torch_utils/ops/filtered_lrelu.py:178
ClassFramebuffer
gui_utils/gl_utils.py:220
ClassGenerator
training/networks_stylegan3.py:604
ClassGenerator
training/networks_fastgan.py:152
ClassGenerator
training/networks_stylegan2.py:585
ClassGenerator
training/networks_stylegan3_resetting.py:567
ClassGlfwWindow
gui_utils/glfw_window.py:16
ClassImageFolderDataset
training/dataset.py:170
ClassImguiWindow
gui_utils/imgui_window.py:19
ClassInfiniteSampler
torch_utils/misc.py:111
ClassLatentWidget
viz/latent_widget.py:16
ClassLayerWidget
viz/layer_widget.py:14
ClassLogger
Redirect stderr to stdout, optionally print stdout to a file, and optionally force flushing on both stdout and the file.
dnnlib/util.py:56
ClassLoss
training/loss.py:31
ClassMetricOptions
metrics/metric_utils.py:35
ClassPerformanceWidget
viz/performance_widget.py:16
ClassPickleWidget
viz/pickle_widget.py:27
ClassProjectedDiscriminator
pg_modules/discriminator.py:155
ClassProjectedGANLoss
training/loss.py:37
ClassRenderer
viz/renderer.py:119
ClassResidualConvUnit
pg_modules/blocks.py:206
ClassSimpleTokenizer
feature_networks/clip/simple_tokenizer.py:62
next →1–100 of 120, ranked by callers