Post

Replies

Boosts

Views

Activity

Reply to Symbol not found for tensorflow
For Tensorflow-metal > 1.0.0 Mac intel are not supported ! According to this table you must install Tensorflow==2.1.3 tensorflow tensorflow-metal MacOs features v2.5 v0.1.2 12.0+ Pluggable device v2.6 v0.2.0 12.0+ Variable seq. length RNN v2.7 v0.3.0 12.0+ Custom op support v2.8 v0.4.0 12.0+ RNN perf. improvements v2.9 v0.5.0 12.1+ Distributed training v2.10 v0.6.0 12.1+ v2.11 v0.7.0 12.1+ v2.12 v0.8.0 12.1+ v2.13 v1.0.0 12.1+ FP16 and BF16 support v2.14 v1.1.0 12.1+ Mac Silicon only
Topic: Machine Learning & AI SubTopic: General Tags:
Dec ’23
Reply to Machine Learning + MacOS + External GPU
Yes ! My setup : Mac mini 8,3 + 5700XT + AKITIO Node eGPU Box TensorFlow Metal 2.6
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Image data augmentation Keras M1 Mac
Work fine for me, with with this function "layers.experimental.preprocessing": tf.device('/cpu:0'): data_augmentation = keras.Sequential( [ layers.experimental.preprocessing.RandomFlip("horizontal"), layers.experimental.preprocessing.RandomRotation(0.05), ] )
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Symbol not found for tensorflow
For Tensorflow-metal > 1.0.0 Mac intel are not supported ! According to this table you must install Tensorflow==2.1.3 tensorflow tensorflow-metal MacOs features v2.5 v0.1.2 12.0+ Pluggable device v2.6 v0.2.0 12.0+ Variable seq. length RNN v2.7 v0.3.0 12.0+ Custom op support v2.8 v0.4.0 12.0+ RNN perf. improvements v2.9 v0.5.0 12.1+ Distributed training v2.10 v0.6.0 12.1+ v2.11 v0.7.0 12.1+ v2.12 v0.8.0 12.1+ v2.13 v1.0.0 12.1+ FP16 and BF16 support v2.14 v1.1.0 12.1+ Mac Silicon only
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Selecting GPU for TensorFlow-Metal on Mac Pro (2013) with v0.8.0
Since MLX is not supported on Mac Intel and AMD GPU, Multi-GPU support for Tensorflow-Metal is crucial.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25