10四、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"
相关文章
相关标签/搜索