Skip to content

Releases: patrikkj/marvin-models

rnn_logs

24 Oct 16:36
Compare
Choose a tag to compare
Allow layer arguments to be passed as params and hparams and implemen…

rnn_continuous_logs

24 Oct 20:29
Compare
Choose a tag to compare
Allow layer arguments to be passed as params and hparams and implemen…

dataset_half_notrim_tensors

24 Oct 10:55
Compare
Choose a tag to compare
Allow layer arguments to be passed as params and hparams and implemen…

dataset_half_notrim_mfccs

24 Oct 10:57
Compare
Choose a tag to compare
params = {'sample_rate': 16_000, 'min_freq': 0, 'max_freq': 8_000}
hparams = {
    'frame_size': 512,
    'frame_step': 256,
    'fft_size': 512,
    'mel_bins': 64,
    'num_mfccs': 26,
}

dataset_half_notrim_log_mel_specs

24 Oct 10:56
Compare
Choose a tag to compare
params = {'sample_rate': 16_000, 'min_freq': 0, 'max_freq': 8_000}
hparams = {
    'frame_size': 512,
    'frame_step': 256,
    'fft_size': 512,
    'mel_bins': 64,
}

dataset_full_notrim_tensors

24 Oct 10:38
Compare
Choose a tag to compare
Allow layer arguments to be passed as params and hparams and implemen…

dataset_full_notrim_mfccs

24 Oct 10:42
Compare
Choose a tag to compare
params = {'sample_rate': 16_000, 'min_freq': 0, 'max_freq': 8_000}
hparams = {
    'frame_size': 512,
    'frame_step': 256,
    'fft_size': 512,
    'mel_bins': 64,
    'num_mfccs': 26,
}

dataset_full_notrim_log_mel_specs

24 Oct 10:41
Compare
Choose a tag to compare
params = {'sample_rate': 16_000, 'min_freq': 0, 'max_freq': 8_000}
hparams = {
    'frame_size': 512,
    'frame_step': 256,
    'fft_size': 512,
    'mel_bins': 64,
    'num_mfccs': 26,
}

cnn_logs

24 Oct 20:28
Compare
Choose a tag to compare
Allow layer arguments to be passed as params and hparams and implemen…

dataset_half

22 Oct 13:13
Compare
Choose a tag to compare
Create custom layers for GPU preprocessing.