Post

Replies

Boosts

Views

Activity

Reply to Tensorflow RNN-like neural network on Mac M1 does not work expectly
I tried the official version tensorflow of official website, it works as expected. conda install tensorflow Because the official version only support CPU, I suspect is the GPU problem of tensorflow-macos. Tried only use CPU on tensorflow-macos with with tf.device('/cpu:0'): It also work as expected. Suspect the bug of the GPU on tensorflow-macos cause it can't prosses RNN-like model.
Feb ’23