Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cold-Winter/BachGAN
/ types & classes
Types & classes
58 in github.com/Cold-Winter/BachGAN
⨍
Functions
415
◇
Types & classes
58
↓ 16 callers
Class
DualSPADEResnetBlock
models/networks/architecture.py:76
↓ 15 callers
Class
SPADE
models/networks/normalization.py:66
↓ 8 callers
Class
SPADEResnetBlock
models/networks/architecture.py:21
↓ 4 callers
Class
FIDInceptionC
InceptionC block patched for FID computation
pytorch-fid/inception.py:218
↓ 3 callers
Class
FIDInceptionA
InceptionA block patched for FID computation
pytorch-fid/inception.py:193
↓ 2 callers
Class
CsPoly
data/city_helpers/annotation.py:72
↓ 2 callers
Class
DataParallelWithCallback
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 callers
Class
Pix2PixModel
models/pix2pix_model.py:13
↓ 2 callers
Class
SynchronizedBatchNorm2d
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 callers
Class
Visualizer
util/visualizer.py:17
↓ 1 callers
Class
CallbackContext
models/networks/sync_batchnorm/replicate.py:23
↓ 1 callers
Class
Colorize
util/util.py:277
↓ 1 callers
Class
CsBbox
data/city_helpers/annotation.py:138
↓ 1 callers
Class
FIDInceptionE_1
First InceptionE block patched for FID computation
pytorch-fid/inception.py:246
↓ 1 callers
Class
FIDInceptionE_2
Second InceptionE block patched for FID computation
pytorch-fid/inception.py:279
↓ 1 callers
Class
FutureResult
A thread-safe future implementation. Used only as one-to-one pipe.
models/networks/sync_batchnorm/comm.py:18
↓ 1 callers
Class
HTML
util/html.py:12
↓ 1 callers
Class
InceptionV3
Pretrained InceptionV3 network returning feature maps
pytorch-fid/inception.py:16
↓ 1 callers
Class
IterationCounter
util/iter_counter.py:12
↓ 1 callers
Class
NLayerDiscriminator
models/networks/discriminator.py:67
↓ 1 callers
Class
Pix2PixTrainer
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 callers
Class
ResnetBlock
models/networks/architecture.py:152
↓ 1 callers
Class
SlavePipe
Pipe for master-slave communication.
models/networks/sync_batchnorm/comm.py:46
↓ 1 callers
Class
SyncMaster
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 callers
Class
TestOptions
options/test_options.py:9
↓ 1 callers
Class
TrainOptions
options/train_options.py:9
↓ 1 callers
Class
VGG19
models/networks/architecture.py:172
Class
ADE20KDataset
data/ade20k_dataset.py:24
Class
Annotation
data/city_helpers/annotation.py:177
Class
BaseDataset
data/base_dataset.py:13
Class
BaseNetwork
models/networks/base_network.py:10
Class
BaseOptions
options/base_options.py:16
Class
BatchNorm2dReimpl
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
Class
CityscapesDataset
data/cityscapes_dataset.py:27
Class
CocoDataset
data/coco_dataset.py:11
Class
ConvEncoder
Same architecture as the image discriminator
models/networks/encoder.py:13
Class
CsObject
data/city_helpers/annotation.py:26
Class
CsObjectType
data/city_helpers/annotation.py:21
Class
CustomDataset
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
Class
DUALSEGSPADEGenerator
models/networks/generator.py:372
Class
DUALSPADEGenerator
models/networks/generator.py:246
Class
FacadesDataset
data/facades_dataset.py:11
Class
GANLoss
models/networks/loss.py:16
Class
ImageFolder
data/image_folder.py:71
Class
KLDLoss
models/networks/loss.py:118
Class
MultiscaleDiscriminator
models/networks/discriminator.py:14
Class
Pix2PixHDGenerator
models/networks/generator.py:538
Class
Pix2PixModel
models/pix2pix_dualunpair.py:12
Class
Pix2PixModel
models/pix2pix_dual_segspademodel.py:12
Class
Pix2PixModel
models/pix2pix_dualmodel.py:12
Class
Pix2pixDataset
data/pix2pix_dataset.py:30
Class
SPADEGenerator
models/networks/generator.py:17
Class
SynchronizedBatchNorm1d
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
Class
SynchronizedBatchNorm3d
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
Class
TorchTestCase
models/networks/sync_batchnorm/unittest.py:15
Class
VGGLoss
models/networks/loss.py:102
Class
_SynchronizedBatchNorm
models/networks/sync_batchnorm/batchnorm.py:51
Class
colors
data/city_helpers/csHelpers.py:51