tensorflow-svhn icon indicating copy to clipboard operation
tensorflow-svhn copied to clipboard

many functions are deprecated in classifier.py

Open jsrimr opened this issue 6 years ago • 1 comments

'module' object has no attribute 'image_summary' ValueError: Only call softmax_cross_entropy_with_logits with named arguments (labels=..., logits=..., ...) AttributeError: 'module' object has no attribute 'scalar_summary' AttributeError: 'module' object has no attribute 'merge_all_summaries' AttributeError: 'module' object has no attribute 'SummaryWriter'

jsrimr avatar Jul 27 '18 02:07 jsrimr

oh guy~you must did it in python3,and the original code is wright by python2,so you should do some change.and you can find it on the internet!

kevinlaulk avatar Jul 30 '18 08:07 kevinlaulk