sekilab / RoadDamageDetector

MIT License
744 stars 253 forks source link

module 'tensorflow' has no attribute 'GraphDef' #36

Open getcontrol opened 3 years ago

getcontrol commented 3 years ago

tensorflow._api.v2.version

einsatz3012 commented 3 years ago

Syntax has changes in tensorflow 2.0. You can use tf.compat.v2.io.gfile.GFile() this instead.

dongjuns commented 1 year ago

@getcontrol Hi, I think the issue can be closed.