Audyn

Latest version: v0.0.3

Safety actively analyzes 688896 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.0.3

What's Changed

0.0.3.dev0

* Fix path to configs by tky823 in https://github.com/tky823/Audyn/pull/198
* Command to decode `.stem.mp4` in MUSDB18 dataset by tky823 in https://github.com/tky823/Audyn/pull/199
* Gradient of `RoundClip` by tky823 in https://github.com/tky823/Audyn/pull/200
* Fix device of padding masks in PaSST by tky823 in https://github.com/tky823/Audyn/pull/202
* Add tips of constant resolver by tky823 in https://github.com/tky823/Audyn/pull/203
* Improve tests of MUSDB18-related modules by tky823 in https://github.com/tky823/Audyn/pull/204
* Add Music Tagging Transformer by tky823 in https://github.com/tky823/Audyn/pull/205
* Remove redundant line by tky823 in https://github.com/tky823/Audyn/pull/207
* Improve docs of Music Tagging Transformer. by tky823 in https://github.com/tky823/Audyn/pull/208
* OpenMIC-2018 by tky823 in https://github.com/tky823/Audyn/pull/209
* Set version to 0.0.3.dev1 by tky823 in https://github.com/tky823/Audyn/pull/210
* Use of `torch.compile` by tky823 in https://github.com/tky823/Audyn/pull/212
* MTAT dataset by tky823 in https://github.com/tky823/Audyn/pull/211
* Set version to 0.0.3 by tky823 in https://github.com/tky823/Audyn/pull/214


**Full Changelog**: https://github.com/tky823/Audyn/compare/v0.0.2...v0.0.3

0.0.2

**Full Changelog**: https://github.com/tky823/Audyn/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Add sample recipe of ClothoV2 by tky823 in https://github.com/tky823/Audyn/pull/51
* Wrapper class of torchaudio.compliance.kaldi.fbank by tky823 in https://github.com/tky823/Audyn/pull/52
* Implementation of RoPE by tky823 in https://github.com/tky823/Audyn/pull/53
* Implement xPos by tky823 in https://github.com/tky823/Audyn/pull/54
* InfoNCE loss by tky823 in https://github.com/tky823/Audyn/pull/55
* CLAP using ClothoV2 by tky823 in https://github.com/tky823/Audyn/pull/56
* `criterion_names` as method of `Driver` by tky823 in https://github.com/tky823/Audyn/pull/57
* Run tests with `torch==2.2.0` by tky823 in https://github.com/tky823/Audyn/pull/60
* Improve recipes of CLAP using ClothoV2 by tky823 in https://github.com/tky823/Audyn/pull/58
* Utility to download file from GitHub by tky823 in https://github.com/tky823/Audyn/pull/61
* Update version of actions/checkout to v4 by tky823 in https://github.com/tky823/Audyn/pull/62
* Mel-spectrogram transform for SSAST by tky823 in https://github.com/tky823/Audyn/pull/63
* Recipe of MLM using ClothoV2 by tky823 in https://github.com/tky823/Audyn/pull/64
* Improve recipe of CLAP using ClothoV2 by tky823 in https://github.com/tky823/Audyn/pull/65
* Implementation of RoFormer. by tky823 in https://github.com/tky823/Audyn/pull/67
* Fix implementation of GlowTTS by tky823 in https://github.com/tky823/Audyn/pull/47
* `audyn.utils.instantiate` by tky823 in https://github.com/tky823/Audyn/pull/71
* Rename `exp_dir` to `exp_root` by tky823 in https://github.com/tky823/Audyn/pull/74
* Memory-efficient contrastive losses. by tky823 in https://github.com/tky823/Audyn/pull/75
* LEX Transformer by tky823 in https://github.com/tky823/Audyn/pull/76
* Self-supervised audio spectrogram transformer by tky823 in https://github.com/tky823/Audyn/pull/77
* Implement SSAST for finetuning by tky823 in https://github.com/tky823/Audyn/pull/78
* Use FlashAttention if possible by tky823 in https://github.com/tky823/Audyn/pull/79
* Fix/soundstream valle by tky823 in https://github.com/tky823/Audyn/pull/80
* [refactor] Rename `pos_emb` by tky823 in https://github.com/tky823/Audyn/pull/81
* Update version to 0.0.1.dev3 by tky823 in https://github.com/tky823/Audyn/pull/82
* Add scripts to download AudioSet by tky823 in https://github.com/tky823/Audyn/pull/83
* Support `torch.hub` by tky823 in https://github.com/tky823/Audyn/pull/84
* Instantiate driver by tky823 in https://github.com/tky823/Audyn/pull/88
* Implementation of constant Q transform by tky823 in https://github.com/tky823/Audyn/pull/89
* Rename Roformer to RoFormer by tky823 in https://github.com/tky823/Audyn/pull/90
* Recipe of SSAST by tky823 in https://github.com/tky823/Audyn/pull/92
* Bump up version to v0.0.1.dev4 by tky823 in https://github.com/tky823/Audyn/pull/96
* Implementation of PaSST by tky823 in https://github.com/tky823/Audyn/pull/95
* Rename token to access private repository by tky823 in https://github.com/tky823/Audyn/pull/100
* MFCC computation for kaldi by tky823 in https://github.com/tky823/Audyn/pull/103
* Add test of torch=2.3.0 by tky823 in https://github.com/tky823/Audyn/pull/101
* K-means clustering by tky823 in https://github.com/tky823/Audyn/pull/104
* Preprocessing for HuBERT by tky823 in https://github.com/tky823/Audyn/pull/105
* K-means for HuBERT by tky823 in https://github.com/tky823/Audyn/pull/106
* `set_seed` as utlity by tky823 in https://github.com/tky823/Audyn/pull/107
* Document by tky823 in https://github.com/tky823/Audyn/pull/108
* Use setup-pythonv5 by tky823 in https://github.com/tky823/Audyn/pull/113
* Support `length` by AST and SSAST by tky823 in https://github.com/tky823/Audyn/pull/112
* AST recipe by tky823 in https://github.com/tky823/Audyn/pull/116
* Prototype recipe of ROAST and LEAST by tky823 in https://github.com/tky823/Audyn/pull/117
* Mel-spectrogram transform for librosa by tky823 in https://github.com/tky823/Audyn/pull/119
* Refactor CQT by tky823 in https://github.com/tky823/Audyn/pull/120
* Save state of scaler by tky823 in https://github.com/tky823/Audyn/pull/121
* `NoamScheduler` by tky823 in https://github.com/tky823/Audyn/pull/124
* Learning rate scheduler for PaSST by tky823 in https://github.com/tky823/Audyn/pull/125
* Baseline recipe of BirdCLEF2024 by tky823 in https://github.com/tky823/Audyn/pull/126
* Include configs as package data by tky823 in https://github.com/tky823/Audyn/pull/127
* BirdCLEF2024 baseline recipe by tky823 in https://github.com/tky823/Audyn/pull/128
* Custom cache directory by tky823 in https://github.com/tky823/Audyn/pull/132
* BirdCLEF2024 baseline recipe for inference by tky823 in https://github.com/tky823/Audyn/pull/129
* Bump up version to 0.0.1.dev5 by tky823 in https://github.com/tky823/Audyn/pull/133
* Bump up version to 0.0.1.dev6 by tky823 in https://github.com/tky823/Audyn/pull/134
* Composer for BirdCLEF2024 by tky823 in https://github.com/tky823/Audyn/pull/137
* Learning rate scheduler by tky823 in https://github.com/tky823/Audyn/pull/138
* Bump up version to 0.0.1.dev7 by tky823 in https://github.com/tky823/Audyn/pull/139
* Find free port by tky823 in https://github.com/tky823/Audyn/pull/142
* Utilities for BirdCLEF challenges by tky823 in https://github.com/tky823/Audyn/pull/144
* MIDI-to-Hz by tky823 in https://github.com/tky823/Audyn/pull/147
* BitNet by tky823 in https://github.com/tky823/Audyn/pull/148
* Add BitNet utils to __all__ by tky823 in https://github.com/tky823/Audyn/pull/149
* Composer for HiFi-GAN by tky823 in https://github.com/tky823/Audyn/pull/150
* Support norm by BitLinear by tky823 in https://github.com/tky823/Audyn/pull/151
* Fix utils for BitNet modules by tky823 in https://github.com/tky823/Audyn/pull/153
* Fix write_train_waveform_if_necessary by tky823 in https://github.com/tky823/Audyn/pull/154
* Set seed in `WaveformSlicer` by tky823 in https://github.com/tky823/Audyn/pull/155
* Add documentation of optimizers and learning rate schedulers by tky823 in https://github.com/tky823/Audyn/pull/156
* VCTK recipes by tky823 in https://github.com/tky823/Audyn/pull/157
* HiFi-GAN recipe using VCTK dataset by tky823 in https://github.com/tky823/Audyn/pull/158
* Refactor driver classes by tky823 in https://github.com/tky823/Audyn/pull/159
* Prepare binary script to parse run command by tky823 in https://github.com/tky823/Audyn/pull/161
* Bump up version to 0.0.1.dev8 by tky823 in https://github.com/tky823/Audyn/pull/162
* Recipe of WSJ0-2mix by tky823 in https://github.com/tky823/Audyn/pull/163
* Tests of Conv-TasNet by tky823 in https://github.com/tky823/Audyn/pull/165
* Implementation of dual-path RNN TasNet by tky823 in https://github.com/tky823/Audyn/pull/166
* Documentation of dual-path RNN TasNet by tky823 in https://github.com/tky823/Audyn/pull/167
* Recipes of DPRNN-TasNet by tky823 in https://github.com/tky823/Audyn/pull/168
* Multi-node training by tky823 in https://github.com/tky823/Audyn/pull/169
* Feature/module utils by tky823 in https://github.com/tky823/Audyn/pull/170
* Relative positional encoding proposed in Transformer-XL by tky823 in https://github.com/tky823/Audyn/pull/173
* Recipes of DPRNN-TasNet by tky823 in https://github.com/tky823/Audyn/pull/174
* Create status badge per os/python/torch by tky823 in https://github.com/tky823/Audyn/pull/175
* Template of LibriTTS recipe by tky823 in https://github.com/tky823/Audyn/pull/176
* HiFiGAN recipe using LibriTTS by tky823 in https://github.com/tky823/Audyn/pull/177
* Tests of criterion by tky823 in https://github.com/tky823/Audyn/pull/179
* `audyn.utils.torchhub` by tky823 in https://github.com/tky823/Audyn/pull/180
* MUSDB18 recipes by tky823 in https://github.com/tky823/Audyn/pull/181
* Support LoRA by tky823 in https://github.com/tky823/Audyn/pull/183
* Conv-TasNet recipe using MUSDB18 by tky823 in https://github.com/tky823/Audyn/pull/185
* Improve description of PaSST-related modules by tky823 in https://github.com/tky823/Audyn/pull/186
* Bump up version to 0.0.1 by tky823 in https://github.com/tky823/Audyn/pull/187


**Full Changelog**: https://github.com/tky823/Audyn/compare/v0.0.0...v0.0.1

0.0.1.dev8

What's Changed
* Find free port by tky823 in https://github.com/tky823/Audyn/pull/142
* Utilities for BirdCLEF challenges by tky823 in https://github.com/tky823/Audyn/pull/144
* MIDI-to-Hz by tky823 in https://github.com/tky823/Audyn/pull/147
* BitNet by tky823 in https://github.com/tky823/Audyn/pull/148
* Add BitNet utils to __all__ by tky823 in https://github.com/tky823/Audyn/pull/149
* Composer for HiFi-GAN by tky823 in https://github.com/tky823/Audyn/pull/150
* Support norm by BitLinear by tky823 in https://github.com/tky823/Audyn/pull/151
* Fix utils for BitNet modules by tky823 in https://github.com/tky823/Audyn/pull/153
* Fix write_train_waveform_if_necessary by tky823 in https://github.com/tky823/Audyn/pull/154
* Set seed in `WaveformSlicer` by tky823 in https://github.com/tky823/Audyn/pull/155
* Add documentation of optimizers and learning rate schedulers by tky823 in https://github.com/tky823/Audyn/pull/156
* VCTK recipes by tky823 in https://github.com/tky823/Audyn/pull/157
* HiFi-GAN recipe using VCTK dataset by tky823 in https://github.com/tky823/Audyn/pull/158
* Refactor driver classes by tky823 in https://github.com/tky823/Audyn/pull/159
* Prepare binary script to parse run command by tky823 in https://github.com/tky823/Audyn/pull/161
* Bump up version to 0.0.1.dev8 by tky823 in https://github.com/tky823/Audyn/pull/162


**Full Changelog**: https://github.com/tky823/Audyn/compare/v0.0.1.dev7...v0.0.1.dev8

0.0.1.dev7

What's Changed
* Composer for BirdCLEF2024 by tky823 in https://github.com/tky823/Audyn/pull/137
* Learning rate scheduler by tky823 in https://github.com/tky823/Audyn/pull/138
* Bump up version to 0.0.1.dev7 by tky823 in https://github.com/tky823/Audyn/pull/139


**Full Changelog**: https://github.com/tky823/Audyn/compare/v0.0.1.dev6...v0.0.1.dev7

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.