thuiar / MMSA

MMSA is a unified framework for Multimodal Sentiment Analysis.
MIT License
642 stars 104 forks source link

about GPU #29

Closed staring-s closed 2 years ago

staring-s commented 2 years ago

Hello, I want to know if it is possible to run this program with 4 2080Ti?

FlameSky-S commented 2 years ago

Not sure if I get you right, do you mean training a model with multiple gpus to accelerate the process? If that's the case, we're not planning on supporting multi-gpu training anytime soon. However, you can train multiple models with your 4 2080Tis, as long as there's enough gpu memory left.

staring-s commented 2 years ago

Thank you for your answer.That is, I can train the model with a 2080Ti?

FlameSky-S commented 2 years ago

Yes, 12GB of gpu memory is enough for most models in this framework.

staring-s commented 2 years ago

Thank you for your patience in answering my questions.

FlameSky-S commented 2 years ago

You're welcome. Let us know if you have any more questions.