soundnet
soundnet copied to clipboard
SoundNet: Learning Sound Representations from Unlabeled Video. NIPS 2016
Hi, when I run torch.load('soundnet8_final.t7') with python3.6, pytorch0.4.0 I got this error. Do you know what's going on? Thank you~
I am so sorry to disturb you. when i use pre-train soundnet to speech emotion recognition, I have some questions. Could you please give me a hand? Thanks Question 1:...
@cvondrick @yusufaytar Thank you very much for sharing this code. I am new to audio. I was trying extract features from my audio files. Feature size varies depending upon the...
hi, i used trained model to extracti feature from mp3s, but all 1000 dimentional features are negative. is this normal?
munender@cseproj149:~/code_space/soundnet$ list=data.txt th extract_feat.lua /users/gpu/munender/src/torch/install/bin/lua: ...ender/src/torch/install/share/lua/5.1/trepl/init.lua:389: ...unender/src/torch/install/share/lua/5.1/hdf5/ffi.lua:56: expected align(#) on line 687 stack traceback: [C]: in function 'error' ...ender/src/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' extract_feat.lua:4: in main chunk [C]: in function 'dofile'...
Hello,thank you very much for sharing the code and the dataset. I am a new one in audio_visual. I want to reappear the source code. when I read the code...
Trying to run original extract_predictions code to get categories classification. Env: Torch7, Cuda 10.0, Cudnn version: 7501 Come across following problem: linux command: list=/home/kzhang3256/soundnet/forSoundNet/data.txt th extract_predictions.lua Results: { force :...
What are the layer number inputs for other CNN layers?
Hi, thanks for your nice paper. I met a question that in your paper you say the numbers of frames of the videos are variable. So how do you fuse...
Hi, thanks for releasing this code. I want to evaluate SoundNet with another dataset. I have created text files for training and testing that contain a column for the full...