I've encountered a couple of errors in my code I was hoping you could help me fix:
- I used get_resnet50_base and when i tried to load the weights this error popped up
ValueError: You are trying to load a weight file containing 111 layers into a model with 116 layers.
- if I put get_resnet50_base as my build base, which intermidiate layer do I use?
I've encountered a couple of errors in my code I was hoping you could help me fix:
ValueError: You are trying to load a weight file containing 111 layers into a model with 116 layers.