【tensorflow】tensorflow学习过程记录

TensorFlow入门教程集合

TensorFlow入门(七) 充分理解 name / variable_scope
—— tf.name_scope() 主要是用来管理命名空间的,这样子让我们的整个模型更加有条理。而 tf.variable_scope() 的作用是为了实现变量共享。

slim.arg_scope原理分析

【TensorFlow | TensorBoard】理解 TensorBoard

猜你喜欢

转载自blog.csdn.net/yideqianfenzhiyi/article/details/79710677