Sequence to label problem
Show older comments
Hello! I'm working on a multi-class problem with labels (-1, 0, 1), using sequence data of size 62×timestamps62 \times \text{timestamps}62×timestamps. I've organized the data into a cell array with dimensions trialNumbers×1 \text{trialNumbers} \times 1trialNumbers×1 (where each cell contains a 62×timestamps62 \times \text{timestamps}62×timestamps matrix). However, I'm encountering RAM size issues when using an attention layer. Could you provide guidance on how to address this problem or an example of how to prepare my data effectively? Thank you!
Accepted Answer
More Answers (0)
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!