-
Q: When I run my DJL simple code, error occurs. OS : Windows 10 Error when model.setBlock() method. std output of code : 2023-02-19 16:13:44.781483: I external/org_tensorflow/tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 `
} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
TF cpu vesion on windows 10: same error message |
Beta Was this translation helpful? Give feedback.
-
pom.xml
|
Beta Was this translation helpful? Give feedback.
-
In DJL, we only support inference for TensorFlow. You have to use PyTorch or MXNet if you want to train a model in DJL. |
Beta Was this translation helpful? Give feedback.
@iamuspace
In DJL, we only support inference for TensorFlow. You have to use PyTorch or MXNet if you want to train a model in DJL.