Post

Replies

Boosts

Views

Activity

Tensorflow on MacBook Pro M1 Monterey 12.2 ml computer
Hello everyone, I got this error message when I try to train a model. 2022-02-07 11:49:22.913153: I tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:271] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 0 MB memory) -> physical PluggableDevice (device: 0, name: METAL, pci bus id: <undefined>) 2022-02-07 11:49:23.231884: W tensorflow/core/platform/profile_utils/cpu_utils.cc:128] Failed to get CPU frequency: 0 Hz When I add from tensorflow.python.compiler.mlcompute import mlcompute to my code : ModuleNotFoundError: No module named 'tensorflow.python.compiler.mlcompute' I tried to reinstall tensorflow by following these instructions but sees not to work properly. Any ideas ? thanks.
5
1
3.9k
Feb ’22