teachablemachine-community
teachablemachine-community copied to clipboard
Question: train on a Colab Notebook with the same training algorithm as the teachable machine
Hi, I hope I'm in the right place with my question: I have already trained some tflite models with on the Teachable maschine website, for my small project. That works great. :-) However, you cannot create an object recognition model via Teachable Machine.
Now that I've tried Roboflow, I'd like to train my model with the Roboflow dataset using the same training settings that Teachable Machine uses.
I would like to do the same kind of training in a Colab notebook instead of using the Techable Maschine website Is that possible? if so, is there possibly a Colab example
Hi @staebchen0, we don't have a colab notebook example but if you take a look at this repository, you'll be able to see how the models are trained using tensorflow.js
You might want to take a look at this: https://github.com/googlecreativelab/teachablemachine-community/blob/master/libraries/image/README.md