DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

Basestring #119

Closed Fab1900 closed 7 years ago

Fab1900 commented 7 years ago

Hi, I get the error message: " Base string is not defined". I don't know how I should define it, can someone help me please?

xzha8059 commented 7 years ago

Python 3 doesn't have basesting, replace it using str(Maybe, you can check)