You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise TypeError("Could not build a TypeSpec for %r with type %s" % TypeError: Could not build a TypeSpec for <KerasTensor: shape=(None, None, 4) dtype=float32 (created by layer 'tf.math.truediv')> with type KerasTensor
#5
Open
Abbas47 opened this issue
Mar 21, 2021
· 0 comments
Hi,
I am getting this error while running MRCNN for testing. I have also made necessary corrections in the model.py file to run on tensor flow 2.X, such as using "tf.compat.v1".
Can anyone help me to figure out how to go through with this error?
The text was updated successfully, but these errors were encountered:
Hi,
I am getting this error while running MRCNN for testing. I have also made necessary corrections in the model.py file to run on tensor flow 2.X, such as using "tf.compat.v1".
Can anyone help me to figure out how to go through with this error?
The text was updated successfully, but these errors were encountered: