Skip to main content

All Questions

0 votes
0 answers
256 views

TFLite could not broadcast input array from shape (96,96) into shape (96,96,1)

I have built a tensorflow lite model using 3 sets of 96x96px grayscale jpgs using Google's Teachable Machine, then exported the model in tflite format. When I attempt to run a prediction on a new ...
UltrasoundJelly's user avatar
-2 votes
1 answer
73 views

Getting this error when trying to run a python file? [duplicate]

Here is the CMD of the issue I run into when I run my python script. I've installed tensorflow with pip, tried to uninstall and reinstall - unsure what else to do. Error
John's user avatar
  • 1
1 vote
1 answer
249 views

ValueError: Cannot use numpy array of type XXX for string tensor

I had created a text-classification model using the pre-trained model from Tensorflow Hub, the summary of the model is like this Model: "sequential_4" ...
Dhana D.'s user avatar
  • 1,722
0 votes
1 answer
795 views

ValueError: Unsupported data type 13 in tensor

So, I recently converted my custom object detection model from Tensorflow '1.15.0' to Tensorflow lite so I can implement it on a raspberry PI 3 But, when I tryed to test it using a camera and opencv '...
user29's user avatar
  • 9
0 votes
1 answer
138 views

how to deploy keras pretrained model on android

I am working on a project in which I have trained a neural network using keras and now my next goal is to use this model on android, I Have tried so many references available on Internet but nothing ...
Priyanka Katare's user avatar
1 vote
0 answers
140 views

Having trouble converting tensorflow model to tflite

I have used ssd_mobilenet_v2_quantized_300x300_coco_2019_01_03.tar.gz to train a simple model to detect car and bike but im not able to figure out how to convert it to tflite. i have used ...
rahul c's user avatar
  • 11
0 votes
1 answer
107 views

Converting pb to tflite and getting valueerror

I am trying to convert my pb to tflite using this code. I got the code from github (ImageCaptioning). The authors made use of this code to convert their model, and I was able to make the pb model, but ...
Tarini Ramsewak's user avatar
0 votes
1 answer
3k views

Encountered unresolved custom op: TensorListFromTensor. Node number 4 (TensorListFromTensor) failed to prepare

I am new to Tensor flow and machine learning. Here I am trying to create a text classification of my own. I am facing below issue. I am getting below error while loading tflite model on Android. ...
Gunjan Dave's user avatar