You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way, I have found that CPU of my machines are overloaded compared to GPUs when I use "audio" modality.
It is okay when I use only "video" modality.
I mean the computation bottleneck is occurred in CPU not GPU. (i.e. GPU usages on 0~20%)
How can I dissolve this problem?
Maybe computing MFCCs in advance would help, but I am not sure.
Thanks for your great work.
By the way, I have found that CPU of my machines are overloaded compared to GPUs when I use "audio" modality.
It is okay when I use only "video" modality.
I mean the computation bottleneck is occurred in CPU not GPU. (i.e. GPU usages on 0~20%)
How can I dissolve this problem?
Maybe computing MFCCs in advance would help, but I am not sure.