MCPcopy Create free account

hub / github.com/Cold-Winter/BachGAN / types & classes

Types & classes58 in github.com/Cold-Winter/BachGAN

↓ 16 callersClassDualSPADEResnetBlock
models/networks/architecture.py:76
↓ 15 callersClassSPADE
models/networks/normalization.py:66
↓ 8 callersClassSPADEResnetBlock
models/networks/architecture.py:21
↓ 4 callersClassFIDInceptionC
InceptionC block patched for FID computation
pytorch-fid/inception.py:218
↓ 3 callersClassFIDInceptionA
InceptionA block patched for FID computation
pytorch-fid/inception.py:193
↓ 2 callersClassCsPoly
data/city_helpers/annotation.py:72
↓ 2 callersClassDataParallelWithCallback
Data Parallel with a replication callback. An replication callback `__data_parallel_replicate__` of each module will be invoked after being
models/networks/sync_batchnorm/replicate.py:50
↓ 2 callersClassPix2PixModel
models/pix2pix_model.py:13
↓ 2 callersClassSynchronizedBatchNorm2d
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
models/networks/sync_batchnorm/batchnorm.py:211
↓ 2 callersClassVisualizer
util/visualizer.py:17
↓ 1 callersClassCallbackContext
models/networks/sync_batchnorm/replicate.py:23
↓ 1 callersClassColorize
util/util.py:277
↓ 1 callersClassCsBbox
data/city_helpers/annotation.py:138
↓ 1 callersClassFIDInceptionE_1
First InceptionE block patched for FID computation
pytorch-fid/inception.py:246
↓ 1 callersClassFIDInceptionE_2
Second InceptionE block patched for FID computation
pytorch-fid/inception.py:279
↓ 1 callersClassFutureResult
A thread-safe future implementation. Used only as one-to-one pipe.
models/networks/sync_batchnorm/comm.py:18
↓ 1 callersClassHTML
util/html.py:12
↓ 1 callersClassInceptionV3
Pretrained InceptionV3 network returning feature maps
pytorch-fid/inception.py:16
↓ 1 callersClassIterationCounter
util/iter_counter.py:12
↓ 1 callersClassNLayerDiscriminator
models/networks/discriminator.py:67
↓ 1 callersClassPix2PixTrainer
Trainer creates the model and optimizers, and uses them to updates the weights of the network while reporting losses and the latest vi
trainers/pix2pix_trainer.py:12
↓ 1 callersClassResnetBlock
models/networks/architecture.py:152
↓ 1 callersClassSlavePipe
Pipe for master-slave communication.
models/networks/sync_batchnorm/comm.py:46
↓ 1 callersClassSyncMaster
An abstract `SyncMaster` object. - During the replication, as the data parallel will trigger an callback of each module, all slave devices should
models/networks/sync_batchnorm/comm.py:56
↓ 1 callersClassTestOptions
options/test_options.py:9
↓ 1 callersClassTrainOptions
options/train_options.py:9
↓ 1 callersClassVGG19
models/networks/architecture.py:172
ClassADE20KDataset
data/ade20k_dataset.py:24
ClassAnnotation
data/city_helpers/annotation.py:177
ClassBaseDataset
data/base_dataset.py:13
ClassBaseNetwork
models/networks/base_network.py:10
ClassBaseOptions
options/base_options.py:16
ClassBatchNorm2dReimpl
A re-implementation of batch normalization, used for testing the numerical stability. Author: acgtyrant See also: https://github
models/networks/sync_batchnorm/batchnorm_reimpl.py:18
ClassCityscapesDataset
data/cityscapes_dataset.py:27
ClassCocoDataset
data/coco_dataset.py:11
ClassConvEncoder
Same architecture as the image discriminator
models/networks/encoder.py:13
ClassCsObject
data/city_helpers/annotation.py:26
ClassCsObjectType
data/city_helpers/annotation.py:21
ClassCustomDataset
Dataset that loads images from directories Use option --label_dir, --image_dir, --instance_dir to specify the directories. The images
data/custom_dataset.py:10
ClassDUALSEGSPADEGenerator
models/networks/generator.py:372
ClassDUALSPADEGenerator
models/networks/generator.py:246
ClassFacadesDataset
data/facades_dataset.py:11
ClassGANLoss
models/networks/loss.py:16
ClassImageFolder
data/image_folder.py:71
ClassKLDLoss
models/networks/loss.py:118
ClassMultiscaleDiscriminator
models/networks/discriminator.py:14
ClassPix2PixHDGenerator
models/networks/generator.py:538
ClassPix2PixModel
models/pix2pix_dualunpair.py:12
ClassPix2PixModel
models/pix2pix_dual_segspademodel.py:12
ClassPix2PixModel
models/pix2pix_dualmodel.py:12
ClassPix2pixDataset
data/pix2pix_dataset.py:30
ClassSPADEGenerator
models/networks/generator.py:17
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]}{ \
models/networks/sync_batchnorm/batchnorm.py:148
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
models/networks/sync_batchnorm/batchnorm.py:274
ClassTorchTestCase
models/networks/sync_batchnorm/unittest.py:15
ClassVGGLoss
models/networks/loss.py:102
Class_SynchronizedBatchNorm
models/networks/sync_batchnorm/batchnorm.py:51
Classcolors
data/city_helpers/csHelpers.py:51