You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TensorFLow can save the model as h5 format.
I used convert_model_to_tm to transfer tensorflow h5 file to tengine file with no failure as below ./install/convert_tools/convert_model_to_tm -f tensorflow -m ./my_model.h5 -o ./my_model.tmfile
Create tengine model file done: ./my_model.tmfile
but the final tmfile size is very small ( only "228" as below) 228 17:53 ./my_model.tmfile
When I load the tmfile in application, it shows "Model name : ../my_model.tmfile
tengine model file : ../my_model.tmfile
label file : ./synset_words.txt
image file : ./dog.jpg
img_h, imag_w, scale, mean[3] : 224 224 0.017 104.007 116.669 122.679
Cannot find tensor node_index: 0, tensor_index: 0"
I just want to know whether convert_model_to_tm support tensorflow h5 file
The text was updated successfully, but these errors were encountered:
TensorFLow can save the model as h5 format.
I used convert_model_to_tm to transfer tensorflow h5 file to tengine file with no failure as below
./install/convert_tools/convert_model_to_tm -f tensorflow -m ./my_model.h5 -o ./my_model.tmfile
Create tengine model file done: ./my_model.tmfile
but the final tmfile size is very small ( only "228" as below)
228 17:53 ./my_model.tmfile
When I load the tmfile in application, it shows
"Model name : ../my_model.tmfile
tengine model file : ../my_model.tmfile
label file : ./synset_words.txt
image file : ./dog.jpg
img_h, imag_w, scale, mean[3] : 224 224 0.017 104.007 116.669 122.679
Cannot find tensor node_index: 0, tensor_index: 0"
I just want to know whether convert_model_to_tm support tensorflow h5 file
The text was updated successfully, but these errors were encountered: