Skip to content
sunner edited this page Apr 10, 2019 · 3 revisions

SoundNet

The pytorch version of SoundNet

Github Github

Abstract

This repository arrange the structure of SoundNet. You can use the pre-trained model directly. This repository is revised from here.

Usage

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

Clone this wiki locally