tensorflow-svhn
tensorflow-svhn copied to clipboard
many functions are deprecated in classifier.py
'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'
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!