Skip to content

SoundNet: Learning Sound Representations from Unlabeled Video. NIPS 2016

License

Notifications You must be signed in to change notification settings

Alfian878787/soundnet

Repository files navigation

SoundNet

Usage

net = torch.load('soundnet8_final.t7')

sound = audio.load('demo.mp3')
sound = sound:view(1, 1, -1, 1):cuda()

net:forward(sound)
feat = net.modules[10].output:float()

About

SoundNet: Learning Sound Representations from Unlabeled Video. NIPS 2016

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%