tensorflow.js

Tensorflow.compat.v2.__internal__.tracking' has no attribute 'TrackableSaver' Error

Tensorflow.compat.v2.__internal__.tracking' has no attribute 'TrackableSaver' Error Question: I got this error after installing Tensorflow.js. Previously this program was working. Could it be a problem with the versions? I’m really curious as to what’s causing it. Thanks in advance. File ~OneDriveMasaüstüBitirme Projeneural_network(sinir_ağları).py:61 model = build_model() File ~OneDriveMasaüstüBitirme Projeneural_network(sinir_ağları).py:29 in build_model model = keras.Sequential([ File C:ProgramDataAnaconda3libsite-packagestensorflowpythontrackablebase.py:205 in …

Total answers: 2

Resizing image and changing into grayscale

Resizing image and changing into grayscale Question: I’m using my trained model in react native whose input size is 48,48,1. Input values are RGB images. So I tried converting the image into tensor3d, then into grayscale, and resized it. But after resizing the model always gives the same prediction values. I don’t understand where something …

Total answers: 2