Speech-Emotion-Classification-with-PyTorch icon indicating copy to clipboard operation
Speech-Emotion-Classification-with-PyTorch copied to clipboard

Hyperparameter setting

Open greatnoble opened this issue 2 years ago • 1 comments

Thank you for sharing your very impressive performance and model. I have one question for you.

I want to reproduce the same performance as you showed below, but how do I set the hyperparameter?

  1. Stacked Time Distributed 2D CNN - LSTM (94.02%)
  2. Stacked Time Distributed 2D CNN - Bidirectional LSTM with attention (96.55%)
  3. Parallel 2D CNN - Bidirectional LSTM with attention (95.40%)
  4. Parallel 2D CNN - Transformer Encoder (96.78%)

greatnoble avatar Nov 11 '22 09:11 greatnoble