yunjey / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues in running tensorboard tutorial

sparshgarg23 opened this issue · comments

While executing tensorboard tutorial I got the following error
module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'
Any ideas on how to resolve this?

in tensorflow 2.x tf.summary.FileWrite is gone to tf.compat.v1.summary.FileWrite so should change from tf.summary.FileWrite to tf.compat.v1.summary.FileWrite then may be work the code or should install 1.X version tensorflow