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树节点名称过长如何省略显示且鼠标移入节点上能够显示全称
当树节点的名称有些很长时,全部显示出来显得很拥挤的情况下,我们会想到用省略节点名称来代替,当鼠标移入节点时能够显示该节点的全称.这样我们应该如何做呢? 首先,我们要在树的节点内多增加一个属性用于设置该 ...
随机推荐
- 《浏览器工作原理与实践》<08>调用栈:为什么JavaScript代码会出现栈溢出?
在上篇文章中,我们讲到了,当一段代码被执行时,JavaScript 引擎先会对其进行编译,并创建执行上下文.但是并没有明确说明到底什么样的代码才算符合规范. 那么接下来我们就来明确下,哪些情况下代码才 ...
- LVM——基本概念
介绍 LVM(Logical Volume Management)是一种存储设备管理技术,它赋予用户权力,汇集和抽象物理存储设备,从而实现更轻松,更灵活的管理. 利用device mapper这个Li ...
- ubuntu系统---ubuntu16.04 + virtualenv + py2.7 + tf1.5.0 + keras2.2.4 + opencv2.4.9 +Numpy1.14
ubuntu16.04 + virtualenv + py2.7 + tf1.5.0 + keras2.2.4 + opencv2.4.9 +Numpy1.14 @https://www.liaoxu ...
- springboot的简单了解与使用
1. Spring Boot 1.1. 什么是Spring Boot 1.2. Spring Boot的优缺点 1.3. 快速入门 1.3.1. 设置spring boot的parent <pa ...
- linux bash环境变量简单总结
来源链接:http://www.178linux.com/8005 原创文章,如有转载,请注明原文地址 一.环境变量简介 Linux是一个多用户的操作系统.每个用户登录系统后,都会有一个专用的运行环境 ...
- 一步一步pwn路由器之wr940栈溢出漏洞分析与利用
前言 本文由 本人 首发于 先知安全技术社区: https://xianzhi.aliyun.com/forum/user/5274 这个是最近爆出来的漏洞,漏洞编号:CVE-2017-13772 固 ...
- Nginx中ngx_http_auth_basic_moudel和ngx_http_stub_status_module模块
ngx_http_auth_basic_module实现基于⽤用户的访问控制,使⽤用basic机制进⾏行行⽤用户认证指令:5.1 auth_basicSyntax: auth_basic string ...
- Java8-Lock-No.05
import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util ...
- 2019牛客多校第四场J free——分层图&&最短路
题意 一张无向图,每条边有权值,可以选择不超过 $k$ 条路使其权值变成0,求 $S$ 到 $T$ 的最短路.(同洛谷 P4568) 分析 首先,分层图最短路可以有效解决这种带有 「阶段性」的最短路, ...
- 001_STM32程序移植之_DS1302
1. 测试环境:STM32C8T6 2. 测试模块:DS1302时钟模块 3. 测试接口: 1. DS1302模块接口: DS1302引脚 单片机引脚 VCC--------------------3 ...