Whenever I try to use from tensorflow import keras
PlaidML refuses to work and import keras
uses stable build.
Asked
Active
Viewed 31 times
-1

Gaijin
- 61
- 8
1 Answers
1
tf.keras
only uses tensorflow
as backend, it does not have the multi-backend option. Only the keras
package has multi-backend support, so if you want to use PlaidML, you can only do it with the keras
package.

Dr. Snoopy
- 55,122
- 7
- 121
- 140