Tensorflow使用相关问题


相关教程

tensorflow-mnist-tutorial 以漫画的形式使用Tensorflow进行教学。

TensorFlow-Examples 使用tensorflow完成的机器学习和深度学习模块。


相关描述

如何看待tensorflow新出的eager模式? 介绍了TensorFlow中eager动态图语言。


tensorboard相关说明

tensorboard中的数据可以下载,启动左侧的下载即可。

# 启动tensorboard,默认端口6006
tensorboard --logdir=checkpoints --port 6007

tensorflow model使用问题

# protoc版本为3.3才可以
/usr/local/protoc/bin/protoc object_detection/protos/*.proto --python_out=.

How to fix the bug “Expected “required”, “optional”, or “repeated”.”?


TesorFlow使用GPU

GPU资源释放,首先使用nvidia-smi查看pid,对应的高使用pid结束进程即可。

使用 GPU

TensorFlow中设置GPU

Tensorflow 学习笔记(七) ———— 多GPU操作