ht014 / BGAN

41 stars 22 forks source link

AttributeError: 'VariableScope' object has no attribute 'current_scope' #8

Open Dokumushikun opened 5 years ago

Dokumushikun commented 5 years ago

excuse me,there is an error : AttributeError: 'VariableScope' object has no attribute 'current_scope' is that because cifar-10.mat is necessary?

ximi2018 commented 5 years ago

There will be errors if the version of tensorflow is too high. I can make no mistake if I reduce the version to 1.7.0. AttributeError: module'tensorflow. python. ops. variable_scope'has no attribute'_VARSCOPE_KEY'

mumairhassan commented 5 years ago

Downgrading tensorflow==1.7.0 will resolve the issue.