Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SymbioticLab/Oort
/ types & classes
Types & classes
84 in github.com/SymbioticLab/Oort
⨍
Functions
424
◇
Types & classes
84
↓ 9 callers
Class
Inception
training/utils/models.py:330
↓ 5 callers
Class
ResNet
training/utils/resnet_speech.py:103
↓ 4 callers
Class
ConvBNReLU
training/utils/mobilenet.py:33
↓ 2 callers
Class
BatchRNN
training/utils/voice_model.py:81
↓ 2 callers
Class
DataPartitioner
training/utils/divide_data.py:30
↓ 2 callers
Class
FEMNIST
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/femnist.py:13
↓ 2 callers
Class
FixAudioLength
Either pads or truncates an audio into a fixed length.
training/utils/transforms_wav.py:36
↓ 2 callers
Class
InvertedResidual
training/utils/models.py:550
↓ 2 callers
Class
LoadAudio
Loads an audio into a numpy array.
training/utils/transforms_wav.py:18
↓ 2 callers
Class
OPENIMG
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/openImg.py:12
↓ 2 callers
Class
SPEECH
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/speech.py:17
↓ 2 callers
Class
SequenceWise
training/utils/voice_model.py:16
↓ 2 callers
Class
SpectrogramDataset
training/utils/voice_data_loader.py:150
↓ 2 callers
Class
ToTensor
Converts into a tensor.
training/utils/transforms_wav.py:146
↓ 2 callers
Class
stackoverflow
Args: root (string): Root directory of dataset where ``MNIST/processed/training.pt`` and ``MNIST/processed/test.pt`` exist.
training/utils/stackoverflow.py:12
↓ 1 callers
Class
AddBackgroundNoiseOnSTFT
Adds a random background noise on the frequency domain.
training/utils/transforms_stft.py:72
↓ 1 callers
Class
BackgroundNoiseDataset
Dataset for silence / background noise.
training/utils/speech.py:144
↓ 1 callers
Class
ChangeAmplitude
Changes amplitude of an audio randomly.
training/utils/transforms_wav.py:52
↓ 1 callers
Class
ChangeSpeedAndPitchAudio
Change the speed of an audio. This transform also changes the pitch of the audio.
training/utils/transforms_wav.py:65
↓ 1 callers
Class
Client
training/helper/client.py:2
↓ 1 callers
Class
DeepSpeech
training/utils/voice_model.py:132
↓ 1 callers
Class
DeleteSTFT
Pytorch doesn't like complex numbers, use this transform to remove STFT after computing the mel spectrogram.
training/utils/transforms_stft.py:118
↓ 1 callers
Class
FixSTFTDimension
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 callers
Class
GreedyDecoder
training/utils/decoder.py:146
↓ 1 callers
Class
Inception3
training/utils/inception.py:49
↓ 1 callers
Class
InferenceBatchSoftmax
training/utils/voice_model.py:73
↓ 1 callers
Class
LineByLineTextDataset
training/utils/nlp.py:165
↓ 1 callers
Class
LogisticRegression
training/utils/models.py:496
↓ 1 callers
Class
Lookahead
training/utils/voice_model.py:106
↓ 1 callers
Class
MaskConv
training/utils/voice_model.py:40
↓ 1 callers
Class
MobileNetV2
training/utils/mobilenet.py:71
↓ 1 callers
Class
MySGD
training/utils/utils_model.py:16
↓ 1 callers
Class
NoiseInjection
training/utils/voice_data_loader.py:55
↓ 1 callers
Class
Partition
Dataset partitioning helper
training/utils/divide_data.py:16
↓ 1 callers
Class
StretchAudioOnSTFT
Stretches an audio on the frequency domain.
training/utils/transforms_stft.py:32
↓ 1 callers
Class
TextDataset
training/utils/nlp.py:92
↓ 1 callers
Class
TimeshiftAudioOnSTFT
A simple timeshift on the frequency domain without multiplying with exp.
training/utils/transforms_stft.py:50
↓ 1 callers
Class
ToMelSpectrogram
Creates the mel spectrogram from an audio. The result is a 32x32 matrix.
training/utils/transforms_wav.py:133
↓ 1 callers
Class
ToMelSpectrogramFromSTFT
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 callers
Class
ToSTFT
Applies on an audio the short time fourier transform.
training/utils/transforms_stft.py:16
↓ 1 callers
Class
YoGi
training/utils/yogi.py:3
↓ 1 callers
Class
_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 callers
Class
_training_selector
Oort's training selector
oort/oort.py:121
↓ 1 callers
Class
clientSampler
training/helper/clientSampler.py:8
Class
AddBackgroundNoise
Adds a random background noise.
training/utils/transforms_wav.py:116
Class
AlexNet
training/utils/models.py:125
Class
AlexNetForMnist
training/utils/models.py:80
Class
AudioDataLoader
training/utils/voice_data_loader.py:242
Class
AudioFromSTFT
Inverse short time fourier transform.
training/utils/transforms_stft.py:125
Class
AudioParser
training/utils/voice_data_loader.py:39
Class
BasicBlock
training/utils/models.py:241
Class
BasicBlock
training/utils/resnet_speech.py:32
Class
BasicConv2d
training/utils/inception.py:408
Class
BeamCTCDecoder
training/utils/decoder.py:89
Class
Bottleneck
training/utils/models.py:266
Class
Bottleneck
training/utils/resnet_speech.py:64
Class
DSElasticDistributedSampler
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
Class
DSRandomSampler
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
Class
Decoder
Basic decoder class from which all other decoders inherit. Implements several helper functions. Subclasses should implement the decode() meth
training/utils/decoder.py:23
Class
GoogLeNet
training/utils/models.py:379
Class
InceptionA
training/utils/inception.py:186
Class
InceptionAux
training/utils/inception.py:378
Class
InceptionB
training/utils/inception.py:224
Class
InceptionC
training/utils/inception.py:253
Class
InceptionD
training/utils/inception.py:298
Class
InceptionE
training/utils/inception.py:330
Class
InvertedResidual
training/utils/mobilenet.py:43
Class
LeNet
training/utils/models.py:59
Class
LeNetForMNIST
training/utils/models.py:40
Class
LinearRegression
training/utils/models.py:31
Class
LinearSVM
Support Vector Machine
training/utils/models.py:509
Class
MnasNet
training/utils/models.py:579
Class
MnistCNN
CNN Network architecture.
training/utils/models.py:9
Class
RNNModel
Container module with an encoder, a recurrent module, and a decoder.
training/utils/models.py:426
Class
RandomParams
training/utils/utils_model.py:282
Class
ResNet
training/utils/models.py:294
Class
SentimentClassifier
training/utils/models.py:649
Class
SpectrogramParser
training/utils/voice_data_loader.py:89
Class
StretchAudio
Stretches an audio randomly.
training/utils/transforms_wav.py:82
Class
TextSentimentDataset
training/utils/dataloaders.py:7
Class
TimeshiftAudio
Shifts an audio randomly.
training/utils/transforms_wav.py:96
Class
VGG
training/utils/models.py:198
Class
linearRegression
training/utils/models.py:484
Class
reddit
training/utils/reddit.py:12