googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.52k stars 683 forks source link

[BUG]: Tensorflow 2.11 python snippets not working #310

Closed sryu1 closed 1 year ago

sryu1 commented 2 years ago

TensorFlow 2.11 will not work with the python snippets. I will close this issue when it is resolved. I recommend you use TensorFlow 2.10.1 for now.

sryu1 commented 2 years ago

Seems like since tf 2.11, you cannot use it on native windows GPUs...

sryu1 commented 2 years ago

https://github.com/tensorflow/tensorflow/issues/58610 Got some answers here, I'll close this issue when my commits are merged into this repo.

sryu1 commented 1 year ago

A lot of time has passed since then. I'll assume that most people now know that.