tensorflow / tensorflow/models

quantized model training fail

Open
#7,774 2 comments 0 reactions 3 assignees View on GitHub

@pkulzc is already working on this.

Since Jun 19, 2020.

models:research:odapi type:support
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

Actually I dont know why it happen....

Windows 10
Tensorflow 1.13

Custom Object detection with quantized model. When i try to use ssd_mobilenet_v2_coco_2018_03_29 model it works very well. I could produce tflite with float but i need quantize model to reduced size of tflite file.

Below you may see the code....

D:\First\Projects\visionApi\START\models\research\object_detection>python train.py --logtostderr -train_dir=training/ssd_mobilenet_v1_quantized_coco_2018_07_18_train --pipeline_config_path=ssd_mobilenet_v1_quantized_coco_2018_07_18/pipeline.config

WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:

WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\platform\app.py:125: main (from main) is deprecated and will be removed in a future version.
Instructions for updating:
Use object_detection/model_main.py.
WARNING:tensorflow:From D:\First\Projects\visionApi\START\models\research\object_detection\legacy\trainer.py:266: create_global_step (from tensorflow.contrib.framework.python.ops.variables) is deprecated and will be removed in a future version.
Instructions for updating:
Please switch to tf.train.create_global_step
WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
WARNING:tensorflow:num_readers has been reduced to 1 to match input file shards.
WARNING:tensorflow:From D:\First\Projects\visionApi\START\models\research\object_detection\builders\dataset_builder.py:86: parallel_interleave (from tensorflow.contrib.data.python.ops.interleave_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.data.experimental.parallel_interleave(...).
WARNING:tensorflow:From D:\First\Projects\visionApi\START\models\research\object_detection\core\preprocessor.py:196: sample_distorted_bounding_box (from tensorflow.python.ops.image_ops_impl) is deprecated and will be removed in a future version.
Instructions for updating:
seed2 arg is deprecated.Use sample_distorted_bounding_box_v2 instead.
WARNING:tensorflow:From D:\First\Projects\visionApi\START\models\research\object_detection\core\batcher.py:101: batch (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by tf.data. Use tf.data.Dataset.batch(batch_size) (or padded_batch(...) if dynamic_pad=True).
WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:753: QueueRunner.init (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
Instructions for updating:
To construct input pipelines, use the tf.data module.
WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:753: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
Instructions for updating:
To construct input pipelines, use the tf.data module.
WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:784: to_float (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
INFO:tensorflow:depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_0/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_1_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_1_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_2_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_2_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_3_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_3_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_4_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_4_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_5_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_5_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_6_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_6_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_7_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_7_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_8_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_8_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_9_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_9_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_10_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_10_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_11_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_11_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_12_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_12_pointwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_13_depthwise/add_fold
INFO:tensorflow:Skipping quant after FeatureExtractor/MobilenetV1/MobilenetV1/Conv2d_13_pointwise/add_fold
WARNING:tensorflow:From D:\First\Projects\visionApi\START\models\research\object_detection\legacy\trainer.py:313: SyncReplicasOptimizer.init (from tensorflow.python.training.sync_replicas_optimizer) is deprecated and will be removed in a future version.
Instructions for updating:
The SyncReplicaOptimizer class is deprecated. For synchrononous training, please use Distribution Strategies.
INFO:tensorflow:SyncReplicasV2: replicas_to_aggregate=8; total_num_replicas=1
WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\ops\math_ops.py:3066: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
WARNING:tensorflow:From C:\Python\Python37\lib\site-packages\tensorflow\python\ops\data_flow_ops.py:1294: to_int64 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
WARNING:root:Variable [MobilenetV1/Conv2d_0/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_0/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_10_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_11_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_12_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_2_1x1_256/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_3_1x1_128/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_4_1x1_128/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_1_Conv2d_5_1x1_64/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_2_3x3_s2_512/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_3_3x3_s2_256/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_4_3x3_s2_256/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_13_pointwise_2_Conv2d_5_3x3_s2_128/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_1_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_2_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_3_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_4_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_5_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_6_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_7_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_8_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/depthwise_weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_depthwise/depthwise_weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/BatchNorm/beta] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/BatchNorm/gamma] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/BatchNorm/moving_mean] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/BatchNorm/moving_variance] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/Conv2d_9_pointwise/weights/Momentum] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/act_quant/MobilenetV1/MobilenetV1/Conv2d_0/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/act_quant/MobilenetV1/MobilenetV1/Conv2d_0/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/act_quant/MobilenetV1/MobilenetV1/Conv2d_0/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/act_quant/MobilenetV1/MobilenetV1/Conv2d_0/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_0/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_depthwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_10_pointwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_depthwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_11_pointwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_depthwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_12_pointwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_depthwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_13_pointwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_depthwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_1_pointwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_depthwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/act_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/weights_quant/max] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_2_pointwise/weights_quant/min] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/max/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/max/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/min/biased] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/min/local_step] is not available in checkpoint
WARNING:root:Variable [MobilenetV1/MobilenetV1/Conv2d_3_depthwise/act_quant/max] is not available in checkpoint
WA

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.