Skip to content

keunhong/pytorch-soundnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages