Hi!
i was trying to test your model but I got this error while executing the predict.py file
Traceback (most recent call last):
File "/Users/antonellobarbone/Semantic-Segmentation-for-Clothing/predict.py", line 12, in <module>
model.load_weights('big_last_model_weights.h5')
File "/Users/antonellobarbone/Semantic-Segmentation-for-Clothing/venv/lib/python3.9/site-packages/keras/src/utils/traceback_utils.py", line 70, in error_handler
raise e.with_traceback(filtered_tb) from None
File "/Users/antonellobarbone/Semantic-Segmentation-for-Clothing/venv/lib/python3.9/site-packages/keras/src/backend.py", line 4359, in _assign_value_to_variable
variable.assign(value)
ValueError: Cannot assign value to variable ' conv2d/kernel:0': Shape mismatch.The variable shape (3, 3, 3, 32), and the assigned value shape (64, 3, 3, 3) are incompatible.
Hi! i was trying to test your model but I got this error while executing the predict.py file
What does it mean?
My packages:
the image I'm trying with is appended