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"
相關文章
相關標籤/搜索