2018年8月14日星期二

远程查看tensorboard


Step1 : ssh -L 16006:127.0.0.1:6006 zhoujie@10.140.92.35 
Step2: tensorboard --logdir="/home/zhoujie/keras-retinanet/logs"
Step3: 在本地主机访问 http://127.0.0.1:16006/


没有评论:

发表评论

Failed to find TIFF library

ImportError: Failed to find TIFF library. Make sure that libtiff is installed and its location is listed in PATH|LD_LIBRARY_PATH|.. 解决方法: ...