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()
forked from cvondrick/soundnet
-
Notifications
You must be signed in to change notification settings - Fork 0
SoundNet: Learning Sound Representations from Unlabeled Video. NIPS 2016
License
Alfian878787/soundnet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- Lua 100.0%