MCPcopy Create free account

hub / github.com/SonyCSLParis/Comparing-Representations-for-Audio-Synthesis-using-GANs / types & classes

Types & classes49 in github.com/SonyCSLParis/Comparing-Representations-for-Audio-Synthesis-using-GANs

↓ 16 callersClassEqualizedConv2d
pg_gan/custom_layers.py:147
↓ 10 callersClassAudioPreprocessor
data/preprocessing.py:61
↓ 5 callersClassBaseConfig
r""" An empty class used for configuration members
utils/config.py:3
↓ 5 callersClassEqualizedLinear
pg_gan/custom_layers.py:316
↓ 5 callersClassSpectrogramInception3
evaluation/train_inception_model.py:20
↓ 4 callersClassCompose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
data/audio_transforms.py:188
↓ 4 callersClassEqualizedConv1d
pg_gan/custom_layers.py:121
↓ 3 callersClassStyleGEvaluationManager
evaluation/gen_tests/generation_tests.py:7
↓ 2 callersClassAdaptiveInstanceNorm1D
pg_gan/custom_layers.py:261
↓ 2 callersClassAdaptiveInstanceNorm2D
pg_gan/custom_layers.py:288
↓ 2 callersClassAudioNorm
pg_gan/custom_layers.py:180
↓ 2 callersClassDummyBlock
pg_gan/custom_layers.py:442
↓ 2 callersClassEqualizedNoiseInjection1D
pg_gan/custom_layers.py:408
↓ 2 callersClassEqualizedNoiseInjection2D
pg_gan/custom_layers.py:417
↓ 2 callersClassInceptionScore
evaluation/metrics/inception_score.py:7
↓ 2 callersClassProgressiveGAN
r""" Implementation of NVIDIA's progressive GAN.
pg_gan/progressive_gan.py:17
↓ 1 callersClassACGANCriterion
r""" Class implementing all tools necessary for a GAN to take into account class conditionning while generating a model (cf Odena's AC-GAN)
pg_gan/ac_criterion.py:8
↓ 1 callersClassAddDC
data/audio_transforms.py:136
↓ 1 callersClassConstantInput1D
pg_gan/custom_layers.py:354
↓ 1 callersClassDNet
pg_gan/progressive_conv_net.py:276
↓ 1 callersClassDataLoader
data/nsynth.py:22
↓ 1 callersClassGANsynthInitFormatLayer
pg_gan/custom_layers.py:538
↓ 1 callersClassGNet
pg_gan/progressive_conv_net.py:11
↓ 1 callersClassNSynthLoader
data/nsynth.py:155
↓ 1 callersClassNoiseInjection1D
pg_gan/custom_layers.py:386
↓ 1 callersClassNoiseInjection2D
pg_gan/custom_layers.py:397
↓ 1 callersClassNormalizationLayer
pg_gan/custom_layers.py:9
↓ 1 callersClassProgressiveGANTrainer
r""" A class managing a progressive GAN training. Logs, chekpoints, visualization, and number iterations are managed here.
pg_gan/progressive_gan_trainer.py:18
↓ 1 callersClassRemoveDC
data/audio_transforms.py:124
↓ 1 callersClassResizeWrapper
utils/utils.py:486
ClassAudioDataLoader
data/nsynth.py:137
ClassBaseGAN
r"""Abstract class: the basic framework for GAN training.
pg_gan/base_GAN.py:17
ClassBaseLossWrapper
r""" Loss criterion class. Must define 4 members: sizeDecisionLayer : size of the decision layer of the discrimator getCriterion : how th
pg_gan/base_loss_criterions.py:4
ClassConstantInput2D
pg_gan/custom_layers.py:369
ClassConstrainedLayer
r""" A handy refactor that allows the user to: - initialize one layer's bias to zero - apply He's initialization at runtime
pg_gan/custom_layers.py:83
ClassConv1DBlock
pg_gan/custom_layers.py:192
ClassConv2DBlock
pg_gan/custom_layers.py:226
ClassDCGAN
r""" Cross entropy loss.
pg_gan/base_loss_criterions.py:89
ClassDataPreprocessor
This class manages all datasets and given the config for each of them it returns the corresponding DataLoader object and
data/preprocessing.py:18
ClassGANTrainer
r""" A class managing a progressive GAN training. Logs, chekpoints, visualization, and number iterations are managed here.
pg_gan/gan_trainer.py:15
ClassLibrosaIstftWrapper
data/audio_transforms.py:157
ClassLibrosaStftWrapper
data/audio_transforms.py:169
ClassLogistic
r""" "Which training method of GANs actually converge" https://arxiv.org/pdf/1801.04406.pdf
pg_gan/base_loss_criterions.py:71
ClassMSE
r""" Mean Square error loss.
pg_gan/base_loss_criterions.py:33
ClassResampleWrapper
data/audio_transforms.py:116
ClassResizeWrapper
data/audio_transforms.py:145
ClassStyledConv1DBlock
pg_gan/custom_layers.py:448
ClassStyledConv2DBlock
pg_gan/custom_layers.py:486
ClassWGANGP
r""" Paper WGANGP loss : linear activation for the generator. https://arxiv.org/pdf/1704.00028.pdf
pg_gan/base_loss_criterions.py:52