Image-Classification-by-Keras-and-Tensorflow icon indicating copy to clipboard operation
Image-Classification-by-Keras-and-Tensorflow copied to clipboard

2 Errors

Open GoodGuy8 opened this issue 7 years ago • 0 comments

Error 1: WARNING:tensorflow:From :41: calling argmax (from tensorflow.python.ops.math_ops) with dimension is deprecated and will be removed in a future version. Instructions for updating: Use the axis argument instead

Error 2: saver.save(session, 'C:\

Does not save anything, so when calling Prediction.py it says: Exception: File models/trained_model.meta does not exist.

Error 3: Warning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp

GoodGuy8 avatar Nov 07 '18 12:11 GoodGuy8