Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tensorflow.js

Uncaught Error: Error When Checking : Expected Conv2d_input To Have 4 Dimension(s), But Got Array With Shape [275,183,3]

I performed following operations on the images before training my keras model: for img in os.listdi… Read more Uncaught Error: Error When Checking : Expected Conv2d_input To Have 4 Dimension(s), But Got Array With Shape [275,183,3]

How To Use Saved Model In Tensorflow.js

I have found that I could use python-trained tensorflow model in tensorflow.js. I converted the mod… Read more How To Use Saved Model In Tensorflow.js