MicrocontrollersAndMore / TensorFlow_Tut_2_Classification_Walk-through

TensorFlow Tutorial 2: Image Classification Walk-through
41 stars 47 forks source link

Output file model type? #4

Open oninross opened 6 years ago

oninross commented 6 years ago

1) What is the type of model that is generated by the code? 2) Can it be converted into a web friendly format using tensorflow converter?

What I meant by type was, is the output file a SavedModel, Frozen model, Session bundle model, Tensorflow Hub module, or Keras h5 model?

sabrisangjaya commented 5 years ago

hei i also get problem ,i got confused when follow official documentation and tutorial in tensorflow, can you make tutorial how to convert retrained_graph.pb into tensorflowjs so can be use in web application?