I’m in the final stages of getting a Faster-R-CNN model working, it builds, it trains, it even infers, but when I try to save it gives the cryptic message…
TypeError: Unable to serialize 60 to JSON. Unrecognized type <class ‘tensorflow.python.framework.ops.EagerTensor’>. No clues as to which layer is causing this.
This is with Python 3.8.10 and TensorFlow 2.13.0. I tried turning on “tf.debugging.disable_traceback_filtering()”, but still no information.
Suggestions welcome!