karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.52k stars 2.58k forks source link

Duo GPU Capabilities? #232

Open BlrFox opened 2 years ago

BlrFox commented 2 years ago

My Computer runs on 2 GPUs 'Intel UHD 630' and 'AMD Radeon Pro 560X'

I noticed when training using the GPU option only one of my gpu was peaking while the other one runs quietly. Would you thing there eventually be an equal distribution between the multiple parts?

--Thanks :3

greydoubt commented 2 years ago

No, they're different chipsets, the UHD is a built-in one and very slow for the tasks so them "evening out" could mean the average performance of the two, or, the speed of the slowest one.

On Nov 10, 2021, at 20:04, BlrFox @.***> wrote:

My Computer runs on 2 GPUs 'Intel UHD 630' and 'AMD Radeon Pro 560X'

I noticed when training using the GPU option only one of my gpu was peaking while the other one runs quietly. Would you thing there eventually be an equal distribution between the multiple parts?

--Thanks :3

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/karpathy/char-rnn/issues/232, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKLOKDTQSISM5FYRLBAEDS3ULM6GRANCNFSM5HZQIAWA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

BlrFox commented 2 years ago

Yea you're probably right, don't know if this makes a difference or not, but they came both built in.

greydoubt commented 2 years ago

It'll be there for when your main GPU bites the dust I'm sure!

On Nov 10, 2021, at 20:48, BlrFox @.***> wrote:

Yea you're probably right, don't know if this makes a difference or not, but they came both built in.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/karpathy/char-rnn/issues/232#issuecomment-965986669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKLOKDQRKB2HO5AQRMYQES3ULNDILANCNFSM5HZQIAWA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

BlrFox commented 2 years ago

Lol I was assuming that tbh x3, would using cpu be better for a longer run? 'Intel i7, 12 core'