摘要:
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
香港胖仔
阅读(201)
评论(0)
推荐(0)