apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
Other
3.66k stars 308 forks source link

Very strange result on predict/evaluate #192

Open Romiroz opened 3 years ago

Romiroz commented 3 years ago

Good day,

Strange results with Conv1D or LSTM layers. Good results on training, with same data on evaluate accuracy is above zero. image But on the PC wit TF 2.4 with this notebook all OK. And strange - if i press 'Stop' in jupyter during training on Mac, evaluate accuracy will be normal.

Riccorl commented 3 years ago

Yes, it is a known bug (#145). I think it will be fixed eventually.