Anyway to work with Keras in Mac with AMD GPU?
问题 I have a MacBook Pro with AMD processor and I want to run Keras (Tensorflow backend) in this GPU. I came to know Keras only works with NVIDIA GPUs. What is the workaround (if possible)? 回答1: You can OpenCL library to overcome this. I have tested it and it is working fine for me. Note: I have python version 3.7 and I will be using pip3 for package installation. Steps: Install OpenCL package with the following command pip3 install pyopencl Install PlaidML library using following command pip3