Audyn

Latest version: v0.0.3

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

Scan your dependencies

Page 2 of 3

0.0.1.dev6

What's Changed
* Bump up version to 0.0.1.dev6 by tky823 in https://github.com/tky823/Audyn/pull/134


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

0.0.1.dev5

What's Changed
* 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


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

0.0.1.dev4

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


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

0.0.1.dev3

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


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

0.0.1.dev2

What's Changed
* 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


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

0.0.1.dev1

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


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

This release updates vocabulary of ClothoV2

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.