https://github.com/machinelearningzuu/audio-classification-with-tensorflow-pytorch
Develop Audio Classification CNN model using PyTorch & torchaudio library. torchaudio is powerful library which capable of processing audio files in GPU.
https://github.com/machinelearningzuu/audio-classification-with-tensorflow-pytorch
Last synced: about 1 year ago
JSON representation
Develop Audio Classification CNN model using PyTorch & torchaudio library. torchaudio is powerful library which capable of processing audio files in GPU.
- Host: GitHub
- URL: https://github.com/machinelearningzuu/audio-classification-with-tensorflow-pytorch
- Owner: machinelearningzuu
- Created: 2021-10-03T11:58:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T12:28:23.000Z (over 4 years ago)
- Last Synced: 2025-02-04T17:17:51.416Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio-Classification-with-Tensorflow-PyTorch
## Tensorflow vs PyTorch Comparison
#### 1. Audio processing capabilities(PyTorch).
#### 2. Advanced Data Augmentation & Feature Extraction Techniques(PyTorch).
#### 3. Deployment(tensorflow).