You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行可视化main.py后,弹出错误信息:AttributeError: module 'tensorflow._api.v2.summary' has no attribute 'image'。
全部错误信息误:Traceback (most recent call last):
File "F:/python/FashionMnist/tensorboard.py", line 77, in
tf.summary.image("Training sample:", sample_img, step=0)
AttributeError: module 'tensorflow._api.v2.summary' has no attribute 'image'
找寻CSDN无果,请问龙龙老师这是什么问题?
The text was updated successfully, but these errors were encountered:
运行可视化main.py后,弹出错误信息:AttributeError: module 'tensorflow._api.v2.summary' has no attribute 'image'。
全部错误信息误:Traceback (most recent call last):
File "F:/python/FashionMnist/tensorboard.py", line 77, in
tf.summary.image("Training sample:", sample_img, step=0)
AttributeError: module 'tensorflow._api.v2.summary' has no attribute 'image'
找寻CSDN无果,请问龙龙老师这是什么问题?
The text was updated successfully, but these errors were encountered: