pytorch-soundnet icon indicating copy to clipboard operation
pytorch-soundnet copied to clipboard

pytorch-soundnet

A PyTorch port of SoundNet.

Requirements

  • PyTorch >=1.0

Usage

import torch
from soundnet import SoundNet

model = SoundNet()
model.load_state_dict(torch.load('soundnet8_final.pth'))

References

If you use SoundNet in your research, please cite the paper:

SoundNet: Learning Sound Representations from Unlabeled Video 
Yusuf Aytar, Carl Vondrick, Antonio Torralba
NIPS 2016