rishizek / tensorflow-deeplab-v3-plus

DeepLabv3+ built in TensorFlow
MIT License
833 stars 307 forks source link

Minor typo #27

Closed Keson96 closed 5 years ago

Keson96 commented 5 years ago

In deeplab_model.py line 101: raise ValueError("'base_architrecture' must be either 'resnet_v2_50' or 'resnet_v2_50'.") One of them should be resnet101

rishizek commented 5 years ago

Hi @Keson96 , Thank you for your comment. You are right. I fixed it.