MCPcopy Create free account

hub / github.com/SymbioticLab/Oort / types & classes

Types & classes84 in github.com/SymbioticLab/Oort

↓ 9 callersClassInception
training/utils/models.py:330
↓ 5 callersClassResNet
training/utils/resnet_speech.py:103
↓ 4 callersClassConvBNReLU
training/utils/mobilenet.py:33
↓ 2 callersClassBatchRNN
training/utils/voice_model.py:81
↓ 2 callersClassDataPartitioner
training/utils/divide_data.py:30
↓ 2 callersClassFEMNIST
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/femnist.py:13
↓ 2 callersClassFixAudioLength
Either pads or truncates an audio into a fixed length.
training/utils/transforms_wav.py:36
↓ 2 callersClassInvertedResidual
training/utils/models.py:550
↓ 2 callersClassLoadAudio
Loads an audio into a numpy array.
training/utils/transforms_wav.py:18
↓ 2 callersClassOPENIMG
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/openImg.py:12
↓ 2 callersClassSPEECH
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/speech.py:17
↓ 2 callersClassSequenceWise
training/utils/voice_model.py:16
↓ 2 callersClassSpectrogramDataset
training/utils/voice_data_loader.py:150
↓ 2 callersClassToTensor
Converts into a tensor.
training/utils/transforms_wav.py:146
↓ 2 callersClassstackoverflow
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/stackoverflow.py:12
↓ 1 callersClassAddBackgroundNoiseOnSTFT
Adds a random background noise on the frequency domain.
training/utils/transforms_stft.py:72
↓ 1 callersClassBackgroundNoiseDataset
Dataset for silence / background noise.
training/utils/speech.py:144
↓ 1 callersClassChangeAmplitude
Changes amplitude of an audio randomly.
training/utils/transforms_wav.py:52
↓ 1 callersClassChangeSpeedAndPitchAudio
Change the speed of an audio. This transform also changes the pitch of the audio.
training/utils/transforms_wav.py:65
↓ 1 callersClassClient
training/helper/client.py:2
↓ 1 callersClassDeepSpeech
training/utils/voice_model.py:132
↓ 1 callersClassDeleteSTFT
Pytorch doesn't like complex numbers, use this transform to remove STFT after computing the mel spectrogram.
training/utils/transforms_stft.py:118
↓ 1 callersClassFixSTFTDimension
Either pads or truncates in the time axis on the frequency domain, applied after stretching, time shifting etc.
training/utils/transforms_stft.py:88
↓ 1 callersClassGreedyDecoder
training/utils/decoder.py:146
↓ 1 callersClassInception3
training/utils/inception.py:49
↓ 1 callersClassInferenceBatchSoftmax
training/utils/voice_model.py:73
↓ 1 callersClassLineByLineTextDataset
training/utils/nlp.py:165
↓ 1 callersClassLogisticRegression
training/utils/models.py:496
↓ 1 callersClassLookahead
training/utils/voice_model.py:106
↓ 1 callersClassMaskConv
training/utils/voice_model.py:40
↓ 1 callersClassMobileNetV2
training/utils/mobilenet.py:71
↓ 1 callersClassMySGD
training/utils/utils_model.py:16
↓ 1 callersClassNoiseInjection
training/utils/voice_data_loader.py:55
↓ 1 callersClassPartition
Dataset partitioning helper
training/utils/divide_data.py:16
↓ 1 callersClassStretchAudioOnSTFT
Stretches an audio on the frequency domain.
training/utils/transforms_stft.py:32
↓ 1 callersClassTextDataset
training/utils/nlp.py:92
↓ 1 callersClassTimeshiftAudioOnSTFT
A simple timeshift on the frequency domain without multiplying with exp.
training/utils/transforms_stft.py:50
↓ 1 callersClassToMelSpectrogram
Creates the mel spectrogram from an audio. The result is a 32x32 matrix.
training/utils/transforms_wav.py:133
↓ 1 callersClassToMelSpectrogramFromSTFT
Creates the mel spectrogram from the short time fourier transform of a file. The result is a 32x32 matrix.
training/utils/transforms_stft.py:103
↓ 1 callersClassToSTFT
Applies on an audio the short time fourier transform.
training/utils/transforms_stft.py:16
↓ 1 callersClassYoGi
training/utils/yogi.py:3
↓ 1 callersClass_testing_selector
Oort's testing selector We provide two kinds of selector: select_by_deviation: testing participant selection that preserves data representati
oort/oort.py:15
↓ 1 callersClass_training_selector
Oort's training selector
oort/oort.py:121
↓ 1 callersClassclientSampler
training/helper/clientSampler.py:8
ClassAddBackgroundNoise
Adds a random background noise.
training/utils/transforms_wav.py:116
ClassAlexNet
training/utils/models.py:125
ClassAlexNetForMnist
training/utils/models.py:80
ClassAudioDataLoader
training/utils/voice_data_loader.py:242
ClassAudioFromSTFT
Inverse short time fourier transform.
training/utils/transforms_stft.py:125
ClassAudioParser
training/utils/voice_data_loader.py:39
ClassBasicBlock
training/utils/models.py:241
ClassBasicBlock
training/utils/resnet_speech.py:32
ClassBasicConv2d
training/utils/inception.py:408
ClassBeamCTCDecoder
training/utils/decoder.py:89
ClassBottleneck
training/utils/models.py:266
ClassBottleneck
training/utils/resnet_speech.py:64
ClassDSElasticDistributedSampler
Overrides the ElasticDistributedSampler to ensure we reset the start index when an epoch is finished. This is essential since we support savi
training/utils/voice_data_loader.py:291
ClassDSRandomSampler
Implementation of a Random Sampler for sampling the dataset. Added to ensure we reset the start index when an epoch is finished. This is
training/utils/voice_data_loader.py:251
ClassDecoder
Basic decoder class from which all other decoders inherit. Implements several helper functions. Subclasses should implement the decode() meth
training/utils/decoder.py:23
ClassGoogLeNet
training/utils/models.py:379
ClassInceptionA
training/utils/inception.py:186
ClassInceptionAux
training/utils/inception.py:378
ClassInceptionB
training/utils/inception.py:224
ClassInceptionC
training/utils/inception.py:253
ClassInceptionD
training/utils/inception.py:298
ClassInceptionE
training/utils/inception.py:330
ClassInvertedResidual
training/utils/mobilenet.py:43
ClassLeNet
training/utils/models.py:59
ClassLeNetForMNIST
training/utils/models.py:40
ClassLinearRegression
training/utils/models.py:31
ClassLinearSVM
Support Vector Machine
training/utils/models.py:509
ClassMnasNet
training/utils/models.py:579
ClassMnistCNN
CNN Network architecture.
training/utils/models.py:9
ClassRNNModel
Container module with an encoder, a recurrent module, and a decoder.
training/utils/models.py:426
ClassRandomParams
training/utils/utils_model.py:282
ClassResNet
training/utils/models.py:294
ClassSentimentClassifier
training/utils/models.py:649
ClassSpectrogramParser
training/utils/voice_data_loader.py:89
ClassStretchAudio
Stretches an audio randomly.
training/utils/transforms_wav.py:82
ClassTextSentimentDataset
training/utils/dataloaders.py:7
ClassTimeshiftAudio
Shifts an audio randomly.
training/utils/transforms_wav.py:96
ClassVGG
training/utils/models.py:198
ClasslinearRegression
training/utils/models.py:484
Classreddit
training/utils/reddit.py:12