arg_scope和TensorArray

arg_scope 

主要为一些操作提供默认参数,参考https://zhuanlan.zhihu.com/p/33848199

TensorArray

 具有动态size的array,比如在while_loop里,需要一个array来保存结果,参考

这个例子https://pchanda.github.io/Tensorflow-TensorArray-and-tf.while/

原文地址:https://www.cnblogs.com/573177885qq/p/12097726.html