Ubuntu下安装tensorBroad的全过程

在使用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

猜你喜欢

转载自www.cnblogs.com/Liu-xiang/p/9379863.html