我一直在阅读他们写过的tensorflow教程
with tf.name_scope('read_inputs') as scope:
# something
Run Code Online (Sandbox Code Playgroud)
我怀疑为什么我们使用name_scope?
a = tf.constant(5)
Run Code Online (Sandbox Code Playgroud)
1)和2)都是一样的.那么什么时候使用name_scope创造差异?
有没有办法在 BatchWriteItems 上设置条件?仅当项目不存在时我才需要放置它们。