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
I want to run train_shapes before running mask r-cnn
The versions I'm currently using are as follows.
CUDA : 12.4
cudnn : 8.6
python : 3.9
TensorFlow 2.14.0
Numpy 1.23.5
SciPy 1.9.3
Pillow 9.4.0
Cython 0.29.36
Matplotlib 3.6.3
scikit-image 0.21.0
OpenCV-Python 4.7.0.72
h5py 3.8.0
imgaug 0.4.0
IPython 8.8.0
I keep getting the following error in the Create Model part..
Please help me figure out how to solve it..!! TypeError: Could not build a TypeSpec for KerasTensor(type_spec=TensorSpec(shape=(None, None, 4), dtype=tf.float32, name=None), name='tf.math.truediv/truediv:0', description="created by layer 'tf.math.truediv'") of unsupported type <class 'keras.src.engine.keras_tensor.KerasTensor' >.
The text was updated successfully, but these errors were encountered:
I want to run train_shapes before running mask r-cnn
The versions I'm currently using are as follows.
CUDA : 12.4
cudnn : 8.6
python : 3.9
TensorFlow 2.14.0
Numpy 1.23.5
SciPy 1.9.3
Pillow 9.4.0
Cython 0.29.36
Matplotlib 3.6.3
scikit-image 0.21.0
OpenCV-Python 4.7.0.72
h5py 3.8.0
imgaug 0.4.0
IPython 8.8.0
I keep getting the following error in the Create Model part..
Please help me figure out how to solve it..!! TypeError: Could not build a TypeSpec for KerasTensor(type_spec=TensorSpec(shape=(None, None, 4), dtype=tf.float32, name=None), name='tf.math.truediv/truediv:0', description="created by layer 'tf.math.truediv'") of unsupported type <class 'keras.src.engine.keras_tensor.KerasTensor' >.
The text was updated successfully, but these errors were encountered: