1. 首页
  2. 数据库
  3. 其它
  4. tensorflow 动态获取 BatchSzie 的大小实例

tensorflow 动态获取 BatchSzie 的大小实例

上传者: 2021-02-01 16:24:15上传 PDF文件 47.34KB 热度 15次
我就废话不多说了,大家还是直接看代码吧~ import tensorflow as tf import sys with tf.variable_scope('ha'): a1 = tf.get_variable('a', shape=[], dtype=tf.int32) with tf.variable_scope('haha'): a2 = tf.get_variable('a', shape=[], dtype=tf.int32) with tf.variable_scope('hahaha'): a3 = tf.get_variable('a',
用户评论