wxjiao / AGHMN

Implementation of the paper "Real-Time Emotion Recognition via Attention Gated Hierarchical Memory Network" in AAAI-2020.
29 stars 3 forks source link

CPU or GPU #5

Closed XinyeDu1204 closed 2 years ago

XinyeDu1204 commented 2 years ago

Hi, is the running environment of your code CPU or GPU?

And could you tell me the running order of these files if I want to run your code?

Thank you very much!

wxjiao commented 2 years ago

Hi, is the running environment of your code CPU or GPU?

And could you tell me the running order of these files if I want to run your code?

Thank you very much!

Hi @XinyeDu1204, the code can be run on both cpu and gpu. As for the running order of files, it is similar as https://github.com/wxjiao/HiGRUs. Thanks!

XinyeDu1204 commented 2 years ago

OK. Thanks for your reply!!