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.
Topic:
Machine Learning & AI
SubTopic:
General
Tags: