Mask_R_CNN_in_Fruit_Counting
Mask_R_CNN_in_Fruit_Counting copied to clipboard
TypeError: Could not build a TypeSpec for <KerasTensor: shape=(None, None, 4) dtype=float32 (created by layer 'tf.math.truediv_6')> with type KerasTensor
Hi, While executing train_fruit.ipynb, cell by cell, I came across this error when i executed
model = modellib.MaskRCNN(mode="training", config=config,model_dir=MODEL_DIR)
Could someone please help me out ?
Hi pvrohin, I didn't go through the original program. I suspect the version of Keras or TensorFlow is not compatible. You can check the Readme which shows how to install the environment.