bonlime / keras-deeplab-v3-plus

Keras implementation of Deeplab v3+ with pretrained weights
MIT License
1.36k stars 428 forks source link

TypeError: unsupported operand type(s) for /: 'Dimension' and 'float' #91

Closed yangxingyu588 closed 5 years ago

yangxingyu588 commented 5 years ago

why I have this error,how to solve this problem?thank you python 3.7

bonlime commented 5 years ago

This is a basic python error which is pretty obvious and not related to this repo.

sachsbl commented 5 years ago

try this repo for my attempt at a beginner-friendly quickstart for this: https://github.com/sachsbl/segmental