Open harshithdwivedi opened 3 years ago
I'm having the same issue. Trying to update to TF >= 2.4.0. Have you found a workaround for this?
Also getting the same error here when testing this repository.
Try converting it to saved model format after loading the checkpoint. Then load the saved model with tf >= 2.4.0 and try running.
On running the pretrained mobilenet model on tf2.4; I get the following error:
However, the resnet50 model works without any issues.
Any ideas as to what can be done to get the mobilenet model running on Tensorflow 2.4?
@peteryuX