tzirakis / Multimodal-Emotion-Recognition

This repository contains the code for the paper `End-to-End Multimodal Emotion Recognition using Deep Neural Networks`.
http://ieeexplore.ieee.org/document/8070966/
BSD 3-Clause "New" or "Revised" License
238 stars 76 forks source link

Drop out as first layer of audio model? #5

Open vandana-rajan opened 5 years ago

vandana-rajan commented 5 years ago

Hi, I was trying to understand the code. If I am not wrong, in models.py, in 'audio model', is the network having first layer as dropout? I have only seen drop out being used in dense layers. I would like to know why it is done like this here.

Thanks,