在使用tensorboard的过程中出现了一下几个问题:
TypeError: GetNext() takes 1 positional argument but 2 were given
解决方案:
pip install tb-nightly
pip install -U protobuf
在使用tensorflow的过程中,一定要使用绝对路径:
tensorboard --logdir=/home/ubuntu/logs
在使用tensorboard的过程中出现了一下几个问题:
TypeError: GetNext() takes 1 positional argument but 2 were given
解决方案:
pip install tb-nightly
pip install -U protobuf
在使用tensorflow的过程中,一定要使用绝对路径:
tensorboard --logdir=/home/ubuntu/logs