tf.saved_model.save(network, "saved_model/")
WARNING:absl:Found untraced functions such as _jit_compiled_convolution_op, _jit_compiled_convolution_op, _jit_compiled_convolution_op, _jit_compiled_convolution_op, _jit_compiled_convolution_op while saving (showing 5 of 155). These functions will not be directly callable after loading.
Exception ignored in: <function _CheckpointRestoreCoordinatorDeleter.__del__ at 0x7f050ff2ed40>
Traceback (most recent call last):
File "/home/s/miniconda3/lib/python3.10/site-packages/tensorflow/python/checkpoint/checkpoint.py", line 194, in __del__
TypeError: 'NoneType' object is not callable
Hi @gammatrix5, Could please provide the model you are saving to reproduce the issue. Thank You.