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

AMD? #224

Open ElectricalHazards opened 5 years ago

ElectricalHazards commented 5 years ago

I have an AMD Radeon 580, and I cant seem to use GPU training, is there something I am missing or does AMD just use something that isn't supported

zhouxf53 commented 5 years ago

I believe GPU training is only available on NVIDIA cards with CUDA cores.

On Thu, Jan 10, 2019 at 20:39 rpg7000 notifications@github.com wrote:

I have an AMD Radeon 580, and I cant seem to use GPU training, is there something I am missing or does AMD just use something that isn't supported

— 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/224, or mute the thread https://github.com/notifications/unsubscribe-auth/Ap1OBVtB1vMGbHpRzU1ohdtc1uU-WgS0ks5vB-s_gaJpZM4Z6o53 .

ElectricalHazards commented 5 years ago

I believe GPU training is only available on NVIDIA cards with CUDA cores. On Thu, Jan 10, 2019 at 20:39 rpg7000 @.***> wrote: I have an AMD Radeon 580, and I cant seem to use GPU training, is there something I am missing or does AMD just use something that isn't supported — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#224>, or mute the thread https://github.com/notifications/unsubscribe-auth/Ap1OBVtB1vMGbHpRzU1ohdtc1uU-WgS0ks5vB-s_gaJpZM4Z6o53 .

Yeah that was what I was thinking, but i wanted to check, thanks :)