Ubuntu下安装tensorBroad的全过程

时间:2018-07-27 23:17:27   收藏:0   阅读:895

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!