Skip to content

A configurable version of the SampleCNN model ("Sample-level Deep Convolutional Neural Networks for Music Auto-tagging Using Raw Waveforms"), implemented in PyTorch.

License

Notifications You must be signed in to change notification settings

shantistewart/sampleCNN-configurable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configurable SampleCNN

A configurable version of the SampleCNN model in "Sample-level Deep Convolutional Neural Networks for Music Auto-tagging Using Raw Waveforms", implemented in PyTorch. The SampleCNN class in this repository implements the music encoder part of the SampleCNN model—it excludes the last couple layers of the original model, which are meant for music tagging.

Project Structure

sampleCNN-configurable/
├── model/                      # model directory
│   ├── sample_cnn.py           # model class
├── scripts/                    # scripts directory
│   ├── model_summary.py        # script to create model summary
│   ├── model_tests.py          # script to test model class

Required Packages

  • pytorch
  • numpy
  • torchinfo

References

About

A configurable version of the SampleCNN model ("Sample-level Deep Convolutional Neural Networks for Music Auto-tagging Using Raw Waveforms"), implemented in PyTorch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages