Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorbadenas/DNNEffects
Training repository for modelling audio effects with deep convolutional neural network
https://github.com/victorbadenas/DNNEffects
audio deep-learning python pytorch
Last synced: about 1 month ago
JSON representation
Training repository for modelling audio effects with deep convolutional neural network
- Host: GitHub
- URL: https://github.com/victorbadenas/DNNEffects
- Owner: victorbadenas
- License: gpl-3.0
- Created: 2020-09-03T20:11:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T22:44:49.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T06:05:20.061Z (5 months ago)
- Topics: audio, deep-learning, python, pytorch
- Language: Python
- Homepage:
- Size: 15.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNNEffects
## Dataset
https://www.idmt.fraunhofer.de/en/business_units/m2d/smt/audio_effects.html
https://www.researchgate.net/publication/338654932_Deep_Learning_for_Black-Box_Modeling_of_Audio_Effects
## ENV variables
- `TF_FORCE_GPU_ALLOW_GROWTH=true` to force tensorflow to only get the memory needed. Useful for Memory profiling