Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "tensorflow/lite/python/interpreter.py", line 42, in set_tensor
self._interpreter.SetTensor(self._tensor_index_map[tensor_index], value)
ValueError: Cannot set tensor: Dimension mismatch. Got [1, 128, 128, 3], expected [1, 64, 64, 1]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "tensorflow/lite/python/interpreter.py", line 42, in set_tensor
self._interpreter.SetTensor(self._tensor_index_map[tensor_index], value)
ValueError: Cannot set tensor: Dimension mismatch. Got [1, 128, 128, 3], expected [1, 64, 64, 1]