【发布时间】:2017-10-05 05:21:18
【问题描述】:
从 tf.get_collection() 打印在下面的行
Tensor("conv3_1/weights/Momentum/read:0", shape=(3, 3, 128, 256), dtype=float32)
Tensor("conv3_1/biases/Momentum/read:0", shape=(256,), dtype=float32)
Tensor("conv3_2/weights/Momentum/read:0", shape=(3, 3, 256, 256), dtype=float32)
Tensor("conv3_2/biases/Momentum/read:0", shape=(256,), dtype=float32)
【问题讨论】:
标签: python python-2.7 tensorflow object-detection tensorflow-gpu