guanghaoyin / RTCAN-1D

Pytorch code for our TOMM2022 paper "A Multimodal framework for large scale Emotion Recognition by Fusing Music and Electrodermal Activity Signals"
29 stars 5 forks source link

AMIGOS_model input size #3

Open PatriciaBota opened 2 years ago

PatriciaBota commented 2 years ago

Dear author,

Thank you so much for making this code available.

What is the expected AMIGOS_model input size?

Thank you.

guanghaoyin commented 2 years ago

The size of AMIGOS_model input is 2500 x 1, you can see in line 119 of /data/AMIGOS/data_loader_1D.py.