会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
香港胖仔
博客园
首页
新随笔
联系
订阅
管理
2018年2月11日
104、Tensorflow 的变量重用
摘要: import tensorflow as tf # 在不同的变量域中调用conv_relu,并且声明我们想创建新的变量 def my_image_filter(input_images): with tf.variable_scope("conv1"): # Variables created here will be named "conv1/weights" ,"conv1/biases" ...
阅读全文
posted @ 2018-02-11 14:21 香港胖仔
阅读(199)
评论(0)
推荐(0)
编辑
公告