BGAN icon indicating copy to clipboard operation
BGAN copied to clipboard

Version of tensorflow

Open ximi2018 opened this issue 5 years ago • 5 comments

Which version of tensorflow is used in this code? I will make mistakes with version 1.13.0.

ximi2018 avatar Jul 13 '19 09:07 ximi2018

1.14.0 will be ok.

ht014 avatar Aug 07 '19 03:08 ht014

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

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' I cannot get the same map as the paper(only 0.2),and i think if i use the wrong vgg.npy.

Dokumushikun avatar Oct 10 '19 08:10 Dokumushikun

can u leave an emain address?

Dokumushikun avatar Oct 10 '19 08:10 Dokumushikun

Excuse me,When I reduce the version to 1.7.0., I get an error "2019-10-12 14:53:01.105984: E tensorflow/stream_executor/cuda/cuda_dnn.cc:396] Loaded runtime CuDNN library: 7102 (compatibility version 7100) but source was compiled with 7005 (compatibility version 7000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration. 2019-10-12 14:53:01.106668: F tensorflow/core/kernels/conv_ops.cc:712] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo<T>(), &algorithms) [1] 780 abort (core dumped) python BGAN.py 32 "

LCH1238 avatar Oct 12 '19 07:10 LCH1238