BGAN icon indicating copy to clipboard operation
BGAN copied to clipboard

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

Open Dokumushikun opened this issue 5 years ago • 2 comments

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

Dokumushikun avatar Aug 25 '19 12:08 Dokumushikun

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'

ximi2018 avatar Sep 27 '19 06:09 ximi2018

Downgrading tensorflow==1.7.0 will resolve the issue.

mumairhassan avatar Oct 09 '19 14:10 mumairhassan