11八、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" ,"co
相關文章
相關標籤/搜索