MCPcopy Create free account

hub / github.com/SHShim0513/SD-VITON / types & classes

Types & classes77 in github.com/SHShim0513/SD-VITON

↓ 36 callersClassResBlock
networks.py:260
↓ 8 callersClassDataParallelWithCallback
Data Parallel with a replication callback. An replication callback `__data_parallel_replicate__` of each module will be invoked after being
sync_batchnorm/replicate.py:50
↓ 8 callersClassSEBlock
pg_modules/blocks.py:138
↓ 8 callersClassSPADEResBlock
network_generator.py:121
↓ 7 callersClassNetLinLayer
A single linear layer which does a 1x1 conv
eval_models/networks_basic.py:104
↓ 6 callersClassGLU
pg_modules/blocks.py:34
↓ 4 callersClassFeatureFusionBlock
pg_modules/blocks.py:218
↓ 4 callersClassFullyConnectedLayer
pg_modules/networks_stylegan2.py:88
↓ 3 callersClassCPDataLoader
cp_dataset.py:277
↓ 3 callersClassConditionGenerator
networks.py:13
↓ 3 callersClassNoiseInjection
pg_modules/blocks.py:251
↓ 3 callersClassSPADENorm
network_generator.py:75
↓ 2 callersClassCPDataset
Dataset for CP-VTON.
cp_dataset.py:13
↓ 2 callersClassCPDatasetTest
Test Dataset for CP-VTON.
cp_dataset_test.py:12
↓ 2 callersClassGANLoss
network_generator.py:361
↓ 2 callersClassGANLoss
networks.py:342
↓ 2 callersClassInitLayer
pg_modules/blocks.py:50
↓ 2 callersClassProjected_GANs_Loss
network_generator.py:335
↓ 2 callersClassSPADEGenerator
network_generator.py:172
↓ 2 callersClassSynthesisLayer
pg_modules/networks_stylegan2.py:265
↓ 2 callersClassVGGLoss
networks.py:323
↓ 1 callersClassCPDataLoader
cp_dataset_test.py:245
↓ 1 callersClassCallbackContext
sync_batchnorm/replicate.py:23
↓ 1 callersClassConv2dLayer
pg_modules/networks_stylegan2.py:126
↓ 1 callersClassDist2LogitLayer
takes 2 distances, puts through fc layers, spits out value between [0,1] (if use_sigmoid is True)
eval_models/networks_basic.py:114
↓ 1 callersClassDownBlock
pg_modules/blocks.py:170
↓ 1 callersClassDummyMapping
pg_modules/networks_fastgan.py:13
↓ 1 callersClassF_RandomProj
pg_modules/projector.py:93
↓ 1 callersClassFutureResult
A thread-safe future implementation. Used only as one-to-one pipe.
sync_batchnorm/comm.py:18
↓ 1 callersClassMappingNetwork
pg_modules/networks_stylegan2.py:183
↓ 1 callersClassMaskNorm
network_generator.py:52
↓ 1 callersClassMultiScaleD
pg_modules/discriminator.py:128
↓ 1 callersClassMultiscaleDiscriminator
networks.py:386
↓ 1 callersClassNLayerDiscriminator
network_generator.py:259
↓ 1 callersClassNLayerDiscriminator
networks.py:435
↓ 1 callersClassProjectedDiscriminator
pg_modules/discriminator.py:169
↓ 1 callersClassScalingLayer
eval_models/networks_basic.py:94
↓ 1 callersClassSeparableConv2d
pg_modules/blocks.py:156
↓ 1 callersClassSlavePipe
Pipe for master-slave communication.
sync_batchnorm/comm.py:46
↓ 1 callersClassSwish
pg_modules/blocks.py:42
↓ 1 callersClassSyncMaster
An abstract `SyncMaster` object. - During the replication, as the data parallel will trigger an callback of each module, all slave devices should
sync_batchnorm/comm.py:56
↓ 1 callersClassSynthesisBlock
pg_modules/networks_stylegan2.py:352
↓ 1 callersClassSynthesisNetwork
pg_modules/networks_stylegan2.py:455
↓ 1 callersClassToRGBLayer
pg_modules/networks_stylegan2.py:328
↓ 1 callersClassVgg19
networks.py:290
ClassBCERankingLoss
eval_models/networks_basic.py:131
ClassBaseModel
eval_models/base_model.py:7
ClassBaseNetwork
network_generator.py:9
ClassBatchNorm2dReimpl
A re-implementation of batch normalization, used for testing the numerical stability. Author: acgtyrant See also: https://github
sync_batchnorm/batchnorm_reimpl.py:18
ClassCCBN
conditional batchnorm
pg_modules/blocks.py:264
ClassDSSIM
eval_models/networks_basic.py:167
ClassDistModel
eval_models/dist_model.py:24
ClassDownBlockPatch
pg_modules/blocks.py:191
ClassFakeNet
eval_models/networks_basic.py:144
ClassFastganSynthesis
pg_modules/networks_fastgan.py:21
ClassFastganSynthesisCond
pg_modules/networks_fastgan.py:84
ClassGenerator
pg_modules/networks_fastgan.py:150
ClassGenerator
pg_modules/networks_stylegan2.py:514
ClassInterpolate
Interpolation module.
pg_modules/blocks.py:291
ClassL2
eval_models/networks_basic.py:150
ClassMultiscaleDiscriminator
network_generator.py:300
ClassPNetLin
eval_models/networks_basic.py:27
ClassPerceptualLoss
eval_models/__init__.py:13
ClassResidualConvUnit
pg_modules/blocks.py:208
ClassSingleDisc
pg_modules/discriminator.py:14
ClassSingleDiscCond
pg_modules/discriminator.py:69
ClassSynchronizedBatchNorm1d
r"""Applies Synchronized Batch Normalization over a 2d or 3d input that is seen as a mini-batch. .. math:: y = \frac{x - mean[x]}{ \
sync_batchnorm/batchnorm.py:130
ClassSynchronizedBatchNorm2d
r"""Applies Batch Normalization over a 4d input that is seen as a mini-batch of 3d inputs .. math:: y = \frac{x - mean[x]}{ \sqrt{Va
sync_batchnorm/batchnorm.py:193
ClassSynchronizedBatchNorm3d
r"""Applies Batch Normalization over a 5d input that is seen as a mini-batch of 4d inputs .. math:: y = \frac{x - mean[x]}{ \sqrt{Va
sync_batchnorm/batchnorm.py:256
ClassTorchTestCase
sync_batchnorm/unittest.py:15
ClassUpBlockBigCond
pg_modules/blocks.py:106
ClassUpBlockSmallCond
pg_modules/blocks.py:73
Class_SynchronizedBatchNorm
sync_batchnorm/batchnorm.py:40
Classalexnet
eval_models/pretrained_networks.py:57
Classresnet
eval_models/pretrained_networks.py:139
Classsqueezenet
eval_models/pretrained_networks.py:6
Classvgg16
eval_models/pretrained_networks.py:97