How can I speed up deep learning on a non-NVIDIA setup?

前端 未结 2 456
野趣味
野趣味 2021-02-08 12:26

Since I only have an AMD A10-7850 APU, and do not have the funds to spend on a $800-$1200 NVIDIA graphics card, I am trying to make due with the resources I have in order to spe

2条回答
  •  爱一瞬间的悲伤
    2021-02-08 13:11

    If your platform supports opencl you can look at using it with tensorflow. There is some experimental support for it on Linux at this github repository. Some preliminary instructions are at the documentation section of of this github repository.

提交回复
热议问题