Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我尝试使用from tensorflow import kerasPlaidML 时都会拒绝工作并import keras使用稳定的构建。
from tensorflow import keras
import keras
tf.keras仅用tensorflow作后端,它没有多后端选项。只有keras包有多后端支持,所以如果你想使用 PlaidML,你只能用keras包来做。
tf.keras
tensorflow
keras