tensorflow查看ckpt各节点名称
from tensorflow.python import pywrap_tensorflow
import os
checkpoint_path=os.path.join('output/res101/voc_2007_trainval+voc_2012_trainval/default/res101_faster_rcnn_iter_110000.ckpt')
reader=pywrap_tensorflow.NewCheckpointReader(checkpoint_path)
var_to_shape_map=reader.get_variable_to_shape_map()
for key in var_to_shape_map:
print ('tensor_name: ',key)
==================================================================
tensor_name: resnet_v1_101/rpn_conv/3x3/weights/Momentum
tensor_name: resnet_v1_101/rpn_cls_score/weights/Momentum
tensor_name: resnet_v1_101/rpn_bbox_pred/weights/Momentum
tensor_name: resnet_v1_101/rpn_bbox_pred/biases/Momentum
tensor_name: resnet_v1_101/rpn_bbox_pred/biases
tensor_name: resnet_v1_101/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/cls_score/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/shortcut/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/shortcut/weights
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_mean
tensor_name: resnet_v1_101/rpn_cls_score/biases
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/rpn_cls_score/weights
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/rpn_conv/3x3/biases
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/cls_score/biases/Momentum
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/cls_score/weights
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/bbox_pred/biases/Momentum
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/shortcut/weights
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/shortcut/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/shortcut/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/bbox_pred/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/shortcut/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/shortcut/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/bbox_pred/biases
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/shortcut/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/shortcut/weights
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv1/weights
tensor_name: Variable
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_4/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/shortcut/BatchNorm/gamma
tensor_name: resnet_v1_101/rpn_conv/3x3/weights
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/bbox_pred/weights
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/shortcut/weights
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/shortcut/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_2/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/shortcut/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_3/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/rpn_bbox_pred/weights
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block4/unit_3/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_12/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/cls_score/biases
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_13/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_11/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/rpn_cls_score/biases/Momentum
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/shortcut/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_16/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/conv1/weights
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_9/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block2/unit_2/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_1/bottleneck_v1/shortcut/weights/Momentum
tensor_name: resnet_v1_101/block1/unit_3/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block1/unit_1/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block2/unit_1/bottleneck_v1/shortcut/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_10/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv2/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block4/unit_1/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_6/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_7/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_18/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv2/weights
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_19/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv3/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block4/unit_2/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_2/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv3/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv1/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv3/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_14/bottleneck_v1/conv1/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_17/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_20/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_8/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block2/unit_4/bottleneck_v1/conv3/weights
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv2/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv3/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_3/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/block3/unit_21/bottleneck_v1/conv3/BatchNorm/moving_mean
tensor_name: resnet_v1_101/rpn_conv/3x3/biases/Momentum
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv1/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv1/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_15/bottleneck_v1/conv1/BatchNorm/moving_variance
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv2/BatchNorm/beta
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv2/weights/Momentum
tensor_name: resnet_v1_101/block3/unit_5/bottleneck_v1/conv1/weights
tensor_name: resnet_v1_101/block3/unit_23/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv2/BatchNorm/gamma
tensor_name: resnet_v1_101/block3/unit_22/bottleneck_v1/conv3/BatchNorm/gamma
tensorflow查看ckpt各节点名称的更多相关文章
- tensorflow 模型前向传播 保存ckpt tensorbard查看 ckpt转pb pb 转snpe dlc 实例
参考: TensorFlow 自定义模型导出:将 .ckpt 格式转化为 .pb 格式 TensorFlow 模型保存与恢复 snpe tensorflow 模型前向传播 保存ckpt tensor ...
- tensorflow 根据节点名称获取节点
ckpt_file = os.path.join(self.args.bert_dir, 'model.ckpt-6123') # 获取图的reader reader = self.tf_instan ...
- 4.4 ROS节点名称重名
4.4 ROS节点名称重名 场景:ROS 中创建的节点是有名称的,C++初始化节点时通过API:ros::init(argc,argv,"xxxx");来定义节点名称,在Pytho ...
- 【转】JavaScript获取节点类型、节点名称和节点值
DOM节点信息包括节点类型(nodeType).节点名称(nodeName)和节点值(nodeValue). 节点类型 DOM节点中,每个节点都拥有不同的类型.W3C规范中常用的 DOM节点类型有以下 ...
- java笔记--查看和修改线程名称
查看和修改线程名称 --如果朋友您想转载本文章请注明转载地址"http://www.cnblogs.com/XHJT/p/3893797.html "谢谢-- java是一种允许 ...
- 查看linux网卡硬件名称
查看linux网卡硬件名称 lspci | grep -i ether
- JavaScript判断对象类型及节点类型、节点名称和节点值
一.JavaScript判断对象类型 1.可以使用typeof函数判断对象类型 function checkObject1(){ var str="str"; console.lo ...
- easyui tree:根据属性格式化树节点名称
$('#resourceTree').tree({ method : 'post', animate : true, onContextMenu : function(e, node) { e.pre ...
- 转:zTree树控件key配置之title:zTree树节点名称过长如何省略显示且鼠标移入节点上能够显示全称
当树节点的名称有些很长时,全部显示出来显得很拥挤的情况下,我们会想到用省略节点名称来代替,当鼠标移入节点时能够显示该节点的全称.这样我们应该如何做呢? 首先,我们要在树的节点内多增加一个属性用于设置该 ...
随机推荐
- Ubuntu系统---编译opencv程序的几种方式g++、Makefile、Cmake
Ubuntu系统---编译opencv程序的几种方式g++.Makefile.Cmake 先建立一个工程(一个文件夹),写好xxx.cpp文件,可以是多个: //----------opencv.cp ...
- appium+python 【Mac】UI自动化测试封装框架介绍 <七>---脚本编写规范
脚本的使用,注释非常关键,无论自己的后期查看还是别人使用,都可以通过注释很明确的知道代码所表达的意思,明确的知道如何调用方法等等.每个团队均有不同的商定形式来写脚本,因此没有明确的要求和规范来约束.如 ...
- (Java基础--反射)框架的概念及用反射技术开发框架的原理
一.概述 1.框架:通过反射调用Java类的一种方式. (框架与房子非常类似,使用的用户写的程序写配置文件,就相当于给房子装修) 如房地产商造房子用户住,门窗和空调等等内部都是由用户自己安装,房子就 ...
- Java8-Lock-No.03
import java.util.HashMap; import java.util.Map; import java.util.concurrent.ExecutorService; import ...
- 6、获取Class中的方法
6.获取Class中的方法 6.1 getMethods() 获取的都是共有的方法(包括父类) 返回包含一个数组 方法对象反射由此表示的类或接口的所有公共方法 类对象,包括那些由类或接口和那些从超类和 ...
- MyBankgon功能
.帐户类 User 复制代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; ...
- tap 事件会触发两次问题
因项目中使用 coffeeScript (http://coffee-script.org/),此处记录下用 coffeeScript 语法解决 tap 事件触发两次的问题. 在 id="b ...
- springboot o.a.tomcat.util.scan.StandardJarScanner : Failed to scan [file:/D:/apache-maven-3.0.5[系统找不到指定路径]
报错信息: 2019-11-04 11:05:52.404 WARN 4512 --- [ main] o.a.tomcat.util.scan.StandardJarScanner : Failed ...
- id/su/chage/cash
id 查看用户的uid,gid及归属的用户组 chage 修改用户密码有效期限
- CSPS模拟75&76
感觉自己还是太菜了... 最近考试一直想不出来正解.难受(然而蒟蒻的博客没人看也要不来小猪peiqi的图) 模拟75:血炸... 考场上推了快两个小时的T1式子,然后心态炸裂,然后我也不知道自己干了什 ...