MCPcopy Create free account

hub / github.com/ZPdesu/SEAN / types & classes

Types & classes43 in github.com/ZPdesu/SEAN

↓ 8 callersClassSPADEResnetBlock
models/networks/architecture.py:21
↓ 3 callersClassACE
models/networks/normalization.py:73
↓ 3 callersClassPix2PixModel
models/pix2pix_model.py:11
↓ 3 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:193
↓ 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 callersClassTestOptions
options/test_options.py:9
↓ 2 callersClassVisualizer
util/visualizer.py:17
↓ 1 callersClassCallbackContext
models/networks/sync_batchnorm/replicate.py:23
↓ 1 callersClassColorize
util/util.py:262
↓ 1 callersClassEx
run_UI.py:39
↓ 1 callersClassExWindow
run_UI.py:32
↓ 1 callersClassFutureResult
A thread-safe future implementation. Used only as one-to-one pipe.
models/networks/sync_batchnorm/comm.py:18
↓ 1 callersClassGraphicsScene
ui/mouse_event.py:30
↓ 1 callersClassHTML
util/html.py:12
↓ 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 visua
trainers/pix2pix_trainer.py:10
↓ 1 callersClassReferenceDialog
ui/mouse_event.py:8
↓ 1 callersClassSPADE
models/networks/normalization.py:232
↓ 1 callersClassSlavePipe
Pipe for master-slave communication.
models/networks/sync_batchnorm/comm.py:46
↓ 1 callersClassSnapshotDialog
ui/mouse_event.py:14
↓ 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 callersClassTrainOptions
options/train_options.py:9
↓ 1 callersClassUi_Form
ui/ui.py:33
↓ 1 callersClassVGG19
models/networks/architecture.py:123
↓ 1 callersClassZencoder
models/networks/architecture.py:156
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
ClassConvEncoder
Same architecture as the image discriminator
models/networks/encoder.py:13
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
ClassGANLoss
models/networks/loss.py:16
ClassImageFolder
data/image_folder.py:71
ClassMultiscaleDiscriminator
models/networks/discriminator.py:14
ClassPix2pixDataset
data/pix2pix_dataset.py:12
ClassResnetBlock
models/networks/architecture.py:103
ClassSPADEGenerator
models/networks/generator.py:15
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:130
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:256
ClassTorchTestCase
models/networks/sync_batchnorm/unittest.py:15
ClassVGGLoss
models/networks/loss.py:102
Class_SynchronizedBatchNorm
models/networks/sync_batchnorm/batchnorm.py:40