-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlaidML devices do not work #509
Comments
And for some reason Tensorflow <-> nGraph <-> PlaidML is a lot slower than Keras <-> PlaidML on the device that works |
I'm not sure about that error, but I'm successfully using TF + Plaid + nGraph on an MBP (Catalina). What version of TF are you using there? Here's a recipe that works for me, with both TF 1.14 and 1.15:
If you add those plaid config statements to the start of the python example, any luck? |
Thanks for help, but still not working. However I have figured out that there's only a few nn layers that are not working, because some of my models work correctly. |
All devices do not work on PlaidML backend. However I have got the devices working on PlaidML with Keras (
plaidml-keras
), so I'm not really sure if the problem is in PlaidML or in nGraph...ngraph-bridge=0.22.0-rc4
PlaidML=0.6.4
MacOS High Sierra=10.13.6
Following tests are run with
mnist_deep_simplified.py
inexamples
.With device
metal_intel(r)_hd_graphics_unknown.0
got error:With device
metal_amd_radeon_pro_560.0
got error:With device
opencl_intel_hd_graphics_630.0
got error:However device
opencl_amd_radeon_pro_560_compute_engine.0
for some reason works fine:The text was updated successfully, but these errors were encountered: