0 AP for Object Detection in EfficientDet Jupyter Notebook

Please provide the following information when requesting support.

• Hardware (T4/V100/Xavier/Nano/etc) - Training on RTX 3090 single GPU
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc) - EfficientDet
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here) - 3.22.02

Hello Everyone,
I am trying to train an EfficientDet network for Object Detection in TAO. However, after training for 20 epochs my AP is 0.
Below are the type of files that I have used:

Example jpeg file -

Corresponding PASCAL VOC annotations -
000000.xml (475 Bytes)

I have a total of 150000 Training images and 4196 Test/Val images with a width of 960, height of 544

File used to create COCO JSON annotations -
convertor.py (5.4 KB)
Command -

python3 convertor.py /home/admin/tao-experiments/data/training_v6_coco_crowd/Annotations/ /home/admin/tao-experiments/data/training_v6_coco_crowd/training.json

File used to create TFRecords for training -
create_coco_tf_record_2.py (10.4 KB)
Command -

python3 create_coco_tf_record_2.py --logtostderr --train_image_dir=/home/admin/tao-experiments/data/training_v6_coco_crowd/images --val_image_dir=/home/admin/tao-experiments/data/training_v6_coco_crowd/images_testing --train_object_annotations_file=/home/admin/tao-experiments/data/training_v6_coco_crowd/training.json --val_object_annotations_file=/home/admin/tao-experiments/data/training_v6_coco_crowd/testing.json --output_dir=/home/admin/tao-experiments/data/tfrecords_efficientnet

Spec File for Training -

Evaluation Output after Training -

Terminal Output at the end of the Training:
Command -

admin@r500-212c12:~/tao-experiments/efficientdet/experiment_dir_unpruned$ tail -f log.json

Output -

I would like to know why I am getting 0 AP.
Looking forward to your replies

Could you please share the full training log?

Hi @Morganh,
Thank you for your reply. Unfortunately during the training, the Jupyter notebook tab on Firefox crashes so I do not have the full log but training is not affected because of this. I do have the initial stages of the log. It is as follows:

For multi-GPU, change --gpus based on your machine.
2022-05-27 07:48:32,725 [INFO] root: Registry: [‘nvcr.io’]
2022-05-27 07:48:32,845 [INFO] tlt.components.instance_handler.local_instance: Running command in container: nvcr.io/nvidia/tao/tao-toolkit-tf:v3.21.11-tf1.15.5-py3
2022-05-27 07:48:32,900 [WARNING] tlt.components.docker_handler.docker_handler:
Docker will run the commands as root. If you would like to retain your
local host permissions, please add the “user”:“UID:GID” in the
DockerOptions portion of the “/home/admin/.tao_mounts.json” file. You can obtain your
users UID and GID by using the “id -u” and “id -g” commands on the
terminal.
Using TensorFlow backend.
WARNING:tensorflow:Deprecation warnings have been disabled. Set TF_ENABLE_DEPRECATION_WARNINGS=1 to re-enable them.
Using TensorFlow backend.
Loading experiment spec at %s. /workspace/tao-experiments/efficientdet/specs/efficientdet_d1_train.txt
2022-05-27 07:48:39,549 [INFO] iva.efficientdet.utils.spec_loader: Merging specification from /workspace/tao-experiments/efficientdet/specs/efficientdet_d1_train.txt
2022-05-27 07:48:39,552 [INFO] root: [train] AMP is activated - Experiment Feature
2022-05-27 07:48:39,553 [INFO] root: Create EncryptCheckpointSaverHook.
2022-05-27 07:48:39,553 [INFO] root: Loading pretrained model…
2022-05-27 07:48:55,715 [INFO] root: Starting training cycle: 1, epoch: 0.
2022-05-27 07:49:00,475 [INFO] iva.efficientdet.models.det_model_fn: LR schedule method: cosine
2022-05-27 07:49:00,752 [INFO] iva.efficientdet.models.det_model_fn: clip gradients norm by 5.000000
2022-05-27 07:49:22,511 [WARNING] root: Checkpoint is missing variable [p6/kernel]
2022-05-27 07:49:22,511 [WARNING] root: Checkpoint is missing variable [p6/bias]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [p6_bn/gamma]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [p6_bn/beta]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [p6_bn/moving_mean]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [p6_bn/moving_variance]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [weighted_fusion_0_0/weighted_fusion_0_0]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_0/depthwise_kernel]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_0/pointwise_kernel]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_0/bias]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/gamma]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/beta]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/moving_mean]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/moving_variance]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0/kernel]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0/bias]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/gamma]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/beta]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/moving_mean]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/moving_variance]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [weighted_fusion_1_0/weighted_fusion_1_0]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_0/depthwise_kernel]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_0/pointwise_kernel]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_0/bias]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/gamma]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/beta]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/moving_mean]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/moving_variance]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0/kernel]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0/bias]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/gamma]
2022-05-27 07:49:22,512 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/beta]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/moving_mean]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/moving_variance]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [weighted_fusion_2_0/weighted_fusion_2_0]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_0/depthwise_kernel]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_0/pointwise_kernel]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_0/bias]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/gamma]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/beta]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/moving_mean]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/moving_variance]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0/kernel]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0/bias]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/gamma]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/beta]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/moving_mean]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/moving_variance]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [weighted_fusion_3_0/weighted_fusion_3_0]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_0/depthwise_kernel]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_0/pointwise_kernel]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_0/bias]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/gamma]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/beta]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/moving_mean]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/moving_variance]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0/kernel]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0/bias]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/gamma]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/beta]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/moving_mean]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/moving_variance]
2022-05-27 07:49:22,513 [WARNING] root: Checkpoint is missing variable [weighted_fusion_4_0/weighted_fusion_4_0]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_0/depthwise_kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_0/pointwise_kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_0/bias]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/gamma]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/beta]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/moving_mean]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/moving_variance]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0/kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0/bias]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/gamma]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/beta]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/moving_mean]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/moving_variance]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [weighted_fusion_5_0/weighted_fusion_5_0]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_0/depthwise_kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_0/pointwise_kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_0/bias]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/gamma]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/beta]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/moving_mean]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/moving_variance]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [weighted_fusion_6_0/weighted_fusion_6_0]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_0/depthwise_kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_0/pointwise_kernel]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_0/bias]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/gamma]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/beta]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/moving_mean]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/moving_variance]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [weighted_fusion_7_0/weighted_fusion_7_0]
2022-05-27 07:49:22,514 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_0/depthwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_0/pointwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_0/bias]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/gamma]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/beta]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/moving_mean]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/moving_variance]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [weighted_fusion_0_1/weighted_fusion_0_1]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_1/depthwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_1/pointwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_1/bias]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/gamma]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/beta]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/moving_mean]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/moving_variance]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [weighted_fusion_1_1/weighted_fusion_1_1]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_1/depthwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_1/pointwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_1/bias]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/gamma]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/beta]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/moving_mean]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/moving_variance]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [weighted_fusion_2_1/weighted_fusion_2_1]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_1/depthwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_1/pointwise_kernel]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_1/bias]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/gamma]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/beta]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/moving_mean]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/moving_variance]
2022-05-27 07:49:22,515 [WARNING] root: Checkpoint is missing variable [weighted_fusion_3_1/weighted_fusion_3_1]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_1/depthwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_1/pointwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_1/bias]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/gamma]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/beta]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/moving_mean]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/moving_variance]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [weighted_fusion_4_1/weighted_fusion_4_1]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_1/depthwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_1/pointwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_1/bias]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/gamma]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/beta]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/moving_mean]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/moving_variance]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [weighted_fusion_5_1/weighted_fusion_5_1]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_1/depthwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_1/pointwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_1/bias]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/gamma]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/beta]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/moving_mean]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/moving_variance]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [weighted_fusion_6_1/weighted_fusion_6_1]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_1/depthwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_1/pointwise_kernel]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_1/bias]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/gamma]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/beta]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/moving_mean]
2022-05-27 07:49:22,516 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/moving_variance]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [weighted_fusion_7_1/weighted_fusion_7_1]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_1/depthwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_1/pointwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_1/bias]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/gamma]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/beta]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/moving_mean]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/moving_variance]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [weighted_fusion_0_2/weighted_fusion_0_2]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_2/depthwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_2/pointwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_2/bias]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/gamma]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/beta]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/moving_mean]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/moving_variance]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [weighted_fusion_1_2/weighted_fusion_1_2]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_2/depthwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_2/pointwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_2/bias]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/gamma]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/beta]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/moving_mean]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/moving_variance]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [weighted_fusion_2_2/weighted_fusion_2_2]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_2/depthwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_2/pointwise_kernel]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_2/bias]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/gamma]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/beta]
2022-05-27 07:49:22,517 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/moving_mean]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/moving_variance]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [weighted_fusion_3_2/weighted_fusion_3_2]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_2/depthwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_2/pointwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_2/bias]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/gamma]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/beta]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/moving_mean]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/moving_variance]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [weighted_fusion_4_2/weighted_fusion_4_2]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_2/depthwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_2/pointwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_2/bias]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/gamma]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/beta]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/moving_mean]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/moving_variance]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [weighted_fusion_5_2/weighted_fusion_5_2]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_2/depthwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_2/pointwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_2/bias]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/gamma]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/beta]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/moving_mean]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/moving_variance]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [weighted_fusion_6_2/weighted_fusion_6_2]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_2/depthwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_2/pointwise_kernel]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_2/bias]
2022-05-27 07:49:22,518 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/gamma]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/beta]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/moving_mean]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/moving_variance]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [weighted_fusion_7_2/weighted_fusion_7_2]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_2/depthwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_2/pointwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_2/bias]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/gamma]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/beta]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/moving_mean]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/moving_variance]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0/depthwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0/pointwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0/bias]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/gamma]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/beta]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/moving_mean]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/moving_variance]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1/depthwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1/pointwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1/bias]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/gamma]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/beta]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/moving_mean]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/moving_variance]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-2/depthwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-2/pointwise_kernel]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-2/bias]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/gamma]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/beta]
2022-05-27 07:49:22,519 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-predict/depthwise_kernel]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-predict/pointwise_kernel]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-predict/bias]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/beta]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/beta]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/beta]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/beta]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/beta]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/beta]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/moving_mean]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/moving_variance]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/gamma]
2022-05-27 07:49:22,520 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/gamma]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/gamma]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/gamma]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/gamma]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/gamma]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0/depthwise_kernel]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0/pointwise_kernel]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0/bias]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/gamma]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/beta]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/moving_mean]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/moving_variance]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-1/depthwise_kernel]
2022-05-27 07:49:22,521 [WARNING] root: Checkpoint is missing variable [box-1/pointwise_kernel]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1/bias]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/gamma]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/beta]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/moving_mean]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/moving_variance]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2/depthwise_kernel]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2/pointwise_kernel]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2/bias]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/gamma]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/beta]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/moving_mean]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/moving_variance]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-predict/depthwise_kernel]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-predict/pointwise_kernel]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-predict/bias]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/gamma]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/beta]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/moving_mean]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/moving_variance]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/gamma]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/beta]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/moving_mean]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/moving_variance]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/gamma]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/beta]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/moving_mean]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/moving_variance]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/gamma]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/beta]
2022-05-27 07:49:22,522 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/beta]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/moving_mean]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/moving_variance]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/gamma]
2022-05-27 07:49:22,523 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/beta]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/moving_mean]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/moving_variance]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [current_loss_scale]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [good_steps]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block2a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block5b_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [stem_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block3b_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [p6_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block2a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block4b_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block5b_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block6c_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block6c_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block5a_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block4b_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,524 [WARNING] root: Checkpoint is missing variable [block4c_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6b_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block7a_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [class-1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6c_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block2b_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block4b_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block4b_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6d_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block2a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block2b_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block3b_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block5a_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6c_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6c_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block6d_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [weighted_fusion_3_2/weighted_fusion_3_2/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block7a_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [block2b_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,525 [WARNING] root: Checkpoint is missing variable [weighted_fusion_7_1/weighted_fusion_7_1/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block2b_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block4c_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block5c_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block5a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block5a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block6a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block6b_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [weighted_fusion_0_0/weighted_fusion_0_0/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block6a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block4c_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block5a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block6a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block6d_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block7a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block4a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block1a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block1a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,526 [WARNING] root: Checkpoint is missing variable [block4a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block5b_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block3b_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [weighted_fusion_6_0/weighted_fusion_6_0/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block1a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block2b_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block4a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block6b_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [box-0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block2a_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block5b_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block5b_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block6c_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [box-2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block2a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block2a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block4b_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block5b_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block5c_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,527 [WARNING] root: Checkpoint is missing variable [block7a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block3a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block4b_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [weighted_fusion_1_1/weighted_fusion_1_1/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block6d_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block2b_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block3a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block4b_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block6a_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block2b_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block4a_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block5a_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block5c_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block6c_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [block6d_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,528 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block2b_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block2a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block3b_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block6d_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block5a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block6a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [weighted_fusion_1_0/weighted_fusion_1_0/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block5a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block6b_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block3b_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block5a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block7a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,529 [WARNING] root: Checkpoint is missing variable [block2b_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block3a_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block6a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block1a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block2a_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block5b_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block6b_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [class-1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [stem_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block1a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block4a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block1a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block4a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block4b_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [box-0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block6b_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block2a_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block4c_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block5b_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block6c_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [block5b_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,530 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block5b_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block7a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-predict/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block4b_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block6c_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block4a_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block4b_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block6a_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [weighted_fusion_2_2/weighted_fusion_2_2/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block6d_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-0-bn-5/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-1-bn-7/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block5a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [weighted_fusion_5_2/weighted_fusion_5_2/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block5a_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [block6d_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,531 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block6d_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block2b_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block4b_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block5c_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block1a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block3a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [weighted_fusion_2_0/weighted_fusion_2_0/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [box-2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block2a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block5c_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block7a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block4a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block5a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block2a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block5b_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,532 [WARNING] root: Checkpoint is missing variable [block6b_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [weighted_fusion_4_1/weighted_fusion_4_1/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [class-0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block5b_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block5c_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [box-1-bn-4/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block3b_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [p6/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [weighted_fusion_0_1/weighted_fusion_0_1/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block1a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block5c_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block6b_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block3b_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block4c_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block2a_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block2a_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block2b_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [block6c_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,533 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block4b_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [stem_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block4c_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block5b_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block2b_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block4a_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block5a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block6b_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [top_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [weighted_fusion_7_2/weighted_fusion_7_2/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [box-2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block4b_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block6a_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block6a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block1a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [block4a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,534 [WARNING] root: Checkpoint is missing variable [top_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block6a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block6d_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [bifpn0_2_10_0_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block3a_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block3a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block4a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block6c_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [weighted_fusion_3_0/weighted_fusion_3_0/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [box-1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block3a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block5c_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block6d_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [weighted_fusion_6_1/weighted_fusion_6_1/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [class-predict/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,535 [WARNING] root: Checkpoint is missing variable [block7a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block5a_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block5c_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [box-predict/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block3a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block4b_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block4c_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block6b_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block6c_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [p6/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block6b_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block6d_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block3b_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block4b_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block4c_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block6c_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [weighted_fusion_1_2/weighted_fusion_1_2/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,536 [WARNING] root: Checkpoint is missing variable [block6d_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block3b_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block4c_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block4c_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block6b_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block7a_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [weighted_fusion_5_0/weighted_fusion_5_0/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [class-1-bn-3/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block6d_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block7a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [p6_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block6c_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block3a_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block5a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block6b_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [block6d_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [weighted_fusion_4_0/weighted_fusion_4_0/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,537 [WARNING] root: Checkpoint is missing variable [class-0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block2a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block3a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block5a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block7a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [top_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [class-0-bn-3/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block3a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block5c_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block6c_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [weighted_fusion_7_0/weighted_fusion_7_0/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [box-0-bn-6/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block5b_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [bifpn0_1_9_0_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block1a_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block2b_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block3a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block5c_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block6a_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [block6b_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,538 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block5b_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block5c_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block5c_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block6a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_2_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [class-2-bn-6/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [class-1-bn-4/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block3b_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block4c_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block5b_project_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block6c_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [weighted_fusion_3_1/weighted_fusion_3_1/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [class-2/depthwise_kernel/ExponentialMovingAverage]

Hi @Morganh,
Continued Log

2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [box-2-bn-3/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block3b_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block4a_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block4c_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [block6d_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,539 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block7a_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block7a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block3b_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block3b_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block4a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block4c_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block6b_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block7a_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [class-predict/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block4c_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block7a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [p6_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [box-1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [box-2-bn-7/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [stem_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block2a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [block6d_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,540 [WARNING] root: Checkpoint is missing variable [class-0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block4a_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_0/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [class-0-bn-4/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [class-1-bn-6/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block2a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block3a_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block4b_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [top_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [box-predict/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block2b_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block3a_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block5a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block5c_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [weighted_fusion_4_2/weighted_fusion_4_2/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block6c_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [box-2-bn-6/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block2b_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block5c_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [block6b_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,541 [WARNING] root: Checkpoint is missing variable [weighted_fusion_0_2/weighted_fusion_0_2/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block3a_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [class-0-bn-7/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block1a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block4a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block5c_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block6a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block6c_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_1_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_6_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block3b_expand_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block4b_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block4c_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block6a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block1a_project_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block4c_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block6a_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block3b_project_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [block6d_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn0_2_6_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,542 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block4c_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block3b_se_expand/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block4a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block7a_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [class-2-bn-5/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block3b_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block7a_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block2a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block5b_se_reduce/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [bifpn_bn_1_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [class-2-bn-4/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [box-1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [box-1-bn-6/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block7a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [p6_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [box-1-bn-7/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [stem_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block2a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block4b_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_2_2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [class-0-bn-6/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [block4c_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_1/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,543 [WARNING] root: Checkpoint is missing variable [box-1-bn-3/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [box-0-bn-7/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_5_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block2a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block2b_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block4b_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block5c_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [class-2-bn-3/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [box-0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_2/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [weighted_fusion_6_2/weighted_fusion_6_2/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [class-2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [top_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [class-1-bn-5/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [class-2-bn-7/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [box-0-bn-5/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [box-2-bn-5/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block5b_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block2b_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block2b_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block5a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [weighted_fusion_2_1/weighted_fusion_2_1/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block3a_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block5c_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [bifpn_bn_6_1/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,544 [WARNING] root: Checkpoint is missing variable [block2b_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block3a_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block3a_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block3b_dwconv/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_1/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn_bn_4_2/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [class-1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [class-2/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block5c_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block6b_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_1/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block1a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block4a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block6a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block6c_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_0/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block3a_expand_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_0/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn_bn_5_2/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [weighted_fusion_5_1/weighted_fusion_5_1/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block5a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block6a_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block6a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn0_1_7_0_bn/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [bifpn0_0_8_0_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_4_0/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_3_1/depthwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_7_2/pointwise_kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [box-0-bn-3/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,545 [WARNING] root: Checkpoint is missing variable [block4a_se_expand/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block5b_expand_conv/kernel/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block6b_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [bifpn_bn_7_0/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block3b_project_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block6d_bn/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [box-0-bn-4/moving_mean/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [box-2-bn-4/moving_variance/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [bifpn_bn_0_2/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block1a_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block4a_project_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block6b_expand_bn/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block7a_se_reduce/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [after_combine_dw_conv_0_1/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [bifpn_bn_3_1/beta/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [box-predict/bias/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [box-1-bn-5/gamma/ExponentialMovingAverage]
2022-05-27 07:49:22,546 [WARNING] root: Checkpoint is missing variable [block4c_expand_bn/moving_variance/ExponentialMovingAverage]
2022-05-27 07:50:01,807 [INFO] root: Saving checkpoints for 0 into /workspace/tao-experiments/efficientdet/experiment_dir_unpruned/model.step-0.tlt.
[GPU 00] Restoring pretrained weights (309 Tensors)
2022-05-27 07:50:04,167 [INFO] root: Pretrained weights loaded with success…

DLL 2022-05-27 07:50:54.660820 - 0 global step : 1 epoch : 1 learning_rate : 5e-05 total_loss : 12.614053
DLL 2022-05-27 07:50:59.937686 - 1 global step : 2 epoch : 1 learning_rate : 5.1066134e-05 total_loss : 12.601664
DLL 2022-05-27 07:51:00.117470 - 2 global step : 3 epoch : 1 learning_rate : 5.2132265e-05 total_loss : 12.605514
DLL 2022-05-27 07:51:00.300473 - 3 global step : 4 epoch : 1 learning_rate : 5.3198397e-05 total_loss : 12.602641
DLL 2022-05-27 07:51:00.471709 - 4 global step : 5 epoch : 1 learning_rate : 5.4264532e-05 total_loss : 12.582895
DLL 2022-05-27 07:51:00.640339 - 5 global step : 6 epoch : 1 learning_rate : 5.5330667e-05 total_loss : 12.585384
DLL 2022-05-27 07:51:00.812248 - 6 global step : 7 epoch : 1 learning_rate : 5.63968e-05 total_loss : 12.565696
DLL 2022-05-27 07:51:00.977853 - 7 global step : 8 epoch : 1 learning_rate : 5.746293e-05 total_loss : 12.551231
DLL 2022-05-27 07:51:01.149440 - 8 global step : 9 epoch : 1 learning_rate : 5.8529065e-05 total_loss : 12.545222
DLL 2022-05-27 07:51:01.322891 - 9 global step : 10 epoch : 1 learning_rate : 5.95952e-05 total_loss : 12.520407
DLL 2022-05-27 07:51:01.492560 - 10 global step : 11 epoch : 1 learning_rate : 6.0661332e-05 total_loss : 12.503775
DLL 2022-05-27 07:51:01.663006 - 11 global step : 12 epoch : 1 learning_rate : 6.172746e-05 total_loss : 12.511693
DLL 2022-05-27 07:51:01.829810 - 12 global step : 13 epoch : 1 learning_rate : 6.2793595e-05 total_loss : 12.48138
DLL 2022-05-27 07:51:02.004184 - 13 global step : 14 epoch : 1 learning_rate : 6.3859734e-05 total_loss : 12.449437
DLL 2022-05-27 07:51:02.174663 - 14 global step : 15 epoch : 1 learning_rate : 6.4925865e-05 total_loss : 12.439255
DLL 2022-05-27 07:51:02.344921 - 15 global step : 16 epoch : 1 learning_rate : 6.5992e-05 total_loss : 12.407735
DLL 2022-05-27 07:51:02.512849 - 16 global step : 17 epoch : 1 learning_rate : 6.7058136e-05 total_loss : 12.398044
DLL 2022-05-27 07:51:02.681689 - 17 global step : 18 epoch : 1 learning_rate : 6.812427e-05 total_loss : 12.378568
DLL 2022-05-27 07:51:02.852838 - 18 global step : 19 epoch : 1 learning_rate : 6.91904e-05 total_loss : 12.354723
DLL 2022-05-27 07:51:03.023430 - 19 global step : 20 epoch : 1 learning_rate : 7.025653e-05 total_loss : 12.33301
DLL 2022-05-27 07:51:03.193519 - 20 global step : 21 epoch : 1 learning_rate : 7.132266e-05 total_loss : 12.311081
DLL 2022-05-27 07:51:03.364507 - 21 global step : 22 epoch : 1 learning_rate : 7.23888e-05 total_loss : 12.27292
DLL 2022-05-27 07:51:03.535738 - 22 global step : 23 epoch : 1 learning_rate : 7.345493e-05 total_loss : 12.254871
DLL 2022-05-27 07:51:03.708811 - 23 global step : 24 epoch : 1 learning_rate : 7.4521064e-05 total_loss : 12.224775
DLL 2022-05-27 07:51:03.880762 - 24 global step : 25 epoch : 1 learning_rate : 7.55872e-05 total_loss : 12.191686
DLL 2022-05-27 07:51:04.052785 - 25 global step : 26 epoch : 1 learning_rate : 7.6653334e-05 total_loss : 12.173497
DLL 2022-05-27 07:51:04.222198 - 26 global step : 27 epoch : 1 learning_rate : 7.7719465e-05 total_loss : 12.151499
DLL 2022-05-27 07:51:04.392999 - 27 global step : 28 epoch : 1 learning_rate : 7.87856e-05 total_loss : 12.118233
DLL 2022-05-27 07:51:04.566658 - 28 global step : 29 epoch : 1 learning_rate : 7.985173e-05 total_loss : 12.099095
DLL 2022-05-27 07:51:04.739468 - 29 global step : 30 epoch : 1 learning_rate : 8.091786e-05 total_loss : 12.0526705
DLL 2022-05-27 07:51:04.910271 - 30 global step : 31 epoch : 1 learning_rate : 8.1984e-05 total_loss : 12.02128
DLL 2022-05-27 07:51:05.078221 - 31 global step : 32 epoch : 1 learning_rate : 8.305014e-05 total_loss : 12.009877
DLL 2022-05-27 07:51:05.246181 - 32 global step : 33 epoch : 1 learning_rate : 8.411627e-05 total_loss : 11.962633
DLL 2022-05-27 07:51:05.417212 - 33 global step : 34 epoch : 1 learning_rate : 8.51824e-05 total_loss : 11.945637
DLL 2022-05-27 07:51:05.577888 - 34 global step : 35 epoch : 1 learning_rate : 8.624853e-05 total_loss : 11.920083
DLL 2022-05-27 07:51:05.748762 - 35 global step : 36 epoch : 1 learning_rate : 8.7314664e-05 total_loss : 11.874315
DLL 2022-05-27 07:51:05.923529 - 36 global step : 37 epoch : 1 learning_rate : 8.8380795e-05 total_loss : 11.847792
DLL 2022-05-27 07:51:06.096403 - 37 global step : 38 epoch : 1 learning_rate : 8.944693e-05 total_loss : 11.81772
DLL 2022-05-27 07:51:06.263665 - 38 global step : 39 epoch : 1 learning_rate : 9.0513066e-05 total_loss : 11.774269
DLL 2022-05-27 07:51:06.432178 - 39 global step : 40 epoch : 1 learning_rate : 9.1579204e-05 total_loss : 11.744322
DLL 2022-05-27 07:51:06.595366 - 40 global step : 41 epoch : 1 learning_rate : 9.2645336e-05 total_loss : 11.714701
DLL 2022-05-27 07:51:06.769903 - 41 global step : 42 epoch : 1 learning_rate : 9.371147e-05 total_loss : 11.674706
DLL 2022-05-27 07:51:06.940375 - 42 global step : 43 epoch : 1 learning_rate : 9.47776e-05 total_loss : 11.638766
DLL 2022-05-27 07:51:07.110991 - 43 global step : 44 epoch : 1 learning_rate : 9.584373e-05 total_loss : 11.614208
DLL 2022-05-27 07:51:07.277881 - 44 global step : 45 epoch : 1 learning_rate : 9.690986e-05 total_loss : 11.577639
DLL 2022-05-27 07:51:07.448211 - 45 global step : 46 epoch : 1 learning_rate : 9.797599e-05 total_loss : 11.560728
DLL 2022-05-27 07:51:07.617894 - 46 global step : 47 epoch : 1 learning_rate : 9.904213e-05 total_loss : 11.505438
DLL 2022-05-27 07:51:07.786873 - 47 global step : 48 epoch : 1 learning_rate : 0.00010010827 total_loss : 11.485477
DLL 2022-05-27 07:51:07.955766 - 48 global step : 49 epoch : 1 learning_rate : 0.0001011744 total_loss : 11.429289
DLL 2022-05-27 07:51:08.117564 - 49 global step : 50 epoch : 1 learning_rate : 0.000102240534 total_loss : 11.411982
DLL 2022-05-27 07:51:08.286046 - 50 global step : 51 epoch : 1 learning_rate : 0.000103306666 total_loss : 11.359535
DLL 2022-05-27 07:51:08.456515 - 51 global step : 52 epoch : 1 learning_rate : 0.0001043728 total_loss : 11.329867
DLL 2022-05-27 07:51:08.629979 - 52 global step : 53 epoch : 1 learning_rate : 0.00010543893 total_loss : 11.293631
DLL 2022-05-27 07:51:08.803987 - 53 global step : 54 epoch : 1 learning_rate : 0.00010650506 total_loss : 11.248745
DLL 2022-05-27 07:51:08.973792 - 54 global step : 55 epoch : 1 learning_rate : 0.0001075712 total_loss : 11.209926
DLL 2022-05-27 07:51:09.140652 - 55 global step : 56 epoch : 1 learning_rate : 0.00010863734 total_loss : 11.17549
DLL 2022-05-27 07:51:09.307807 - 56 global step : 57 epoch : 1 learning_rate : 0.00010970347 total_loss : 11.126373
DLL 2022-05-27 07:51:09.481753 - 57 global step : 58 epoch : 1 learning_rate : 0.0001107696 total_loss : 11.099674
DLL 2022-05-27 07:51:09.650260 - 58 global step : 59 epoch : 1 learning_rate : 0.00011183573 total_loss : 11.107055
DLL 2022-05-27 07:51:09.817889 - 59 global step : 60 epoch : 1 learning_rate : 0.000112901864 total_loss : 11.028662
DLL 2022-05-27 07:51:09.989573 - 60 global step : 61 epoch : 1 learning_rate : 0.000113967995 total_loss : 10.971997
DLL 2022-05-27 07:51:10.159366 - 61 global step : 62 epoch : 1 learning_rate : 0.00011503413 total_loss : 10.956026
DLL 2022-05-27 07:51:10.324449 - 62 global step : 63 epoch : 1 learning_rate : 0.00011610027 total_loss : 10.925313
DLL 2022-05-27 07:51:10.493473 - 63 global step : 64 epoch : 1 learning_rate : 0.000117166404 total_loss : 10.869756
DLL 2022-05-27 07:51:10.664659 - 64 global step : 65 epoch : 1 learning_rate : 0.000118232536 total_loss : 10.8291235
DLL 2022-05-27 07:51:10.837763 - 65 global step : 66 epoch : 1 learning_rate : 0.00011929867 total_loss : 10.783034
DLL 2022-05-27 07:51:11.006425 - 66 global step : 67 epoch : 1 learning_rate : 0.0001203648 total_loss : 10.750709
DLL 2022-05-27 07:51:11.170076 - 67 global step : 68 epoch : 1 learning_rate : 0.00012143093 total_loss : 10.701985
DLL 2022-05-27 07:51:11.341486 - 68 global step : 69 epoch : 1 learning_rate : 0.00012249706 total_loss : 10.668214
DLL 2022-05-27 07:51:11.509943 - 69 global step : 70 epoch : 1 learning_rate : 0.0001235632 total_loss : 10.6363325
DLL 2022-05-27 07:51:11.679827 - 70 global step : 71 epoch : 1 learning_rate : 0.00012462934 total_loss : 10.586468
DLL 2022-05-27 07:51:11.848896 - 71 global step : 72 epoch : 1 learning_rate : 0.00012569547 total_loss : 10.545533
DLL 2022-05-27 07:51:12.018570 - 72 global step : 73 epoch : 1 learning_rate : 0.0001267616 total_loss : 10.504699
DLL 2022-05-27 07:51:12.187849 - 73 global step : 74 epoch : 1 learning_rate : 0.00012782773 total_loss : 10.471197
DLL 2022-05-27 07:51:12.358420 - 74 global step : 75 epoch : 1 learning_rate : 0.00012889387 total_loss : 10.413942
DLL 2022-05-27 07:51:12.526194 - 75 global step : 76 epoch : 1 learning_rate : 0.00012996 total_loss : 10.38427
DLL 2022-05-27 07:51:12.701186 - 76 global step : 77 epoch : 1 learning_rate : 0.00013102613 total_loss : 10.344146
DLL 2022-05-27 07:51:12.865192 - 77 global step : 78 epoch : 1 learning_rate : 0.00013209226 total_loss : 10.291641
DLL 2022-05-27 07:51:13.036872 - 78 global step : 79 epoch : 1 learning_rate : 0.0001331584 total_loss : 10.270466
DLL 2022-05-27 07:51:13.207479 - 79 global step : 80 epoch : 1 learning_rate : 0.00013422454 total_loss : 10.234587
DLL 2022-05-27 07:51:13.379915 - 80 global step : 81 epoch : 1 learning_rate : 0.00013529067 total_loss : 10.1927805
DLL 2022-05-27 07:51:13.551764 - 81 global step : 82 epoch : 1 learning_rate : 0.0001363568 total_loss : 10.146412
DLL 2022-05-27 07:51:13.725093 - 82 global step : 83 epoch : 1 learning_rate : 0.00013742293 total_loss : 10.089103
DLL 2022-05-27 07:51:13.897510 - 83 global step : 84 epoch : 1 learning_rate : 0.00013848906 total_loss : 10.0637455
DLL 2022-05-27 07:51:14.068097 - 84 global step : 85 epoch : 1 learning_rate : 0.0001395552 total_loss : 10.020202
DLL 2022-05-27 07:51:14.240237 - 85 global step : 86 epoch : 1 learning_rate : 0.00014062133 total_loss : 9.958443
DLL 2022-05-27 07:51:14.402804 - 86 global step : 87 epoch : 1 learning_rate : 0.00014168747 total_loss : 9.969171
DLL 2022-05-27 07:51:14.566212 - 87 global step : 88 epoch : 1 learning_rate : 0.0001427536 total_loss : 9.872216
DLL 2022-05-27 07:51:14.747052 - 88 global step : 89 epoch : 1 learning_rate : 0.00014381974 total_loss : 9.840285
DLL 2022-05-27 07:51:14.924927 - 89 global step : 90 epoch : 1 learning_rate : 0.00014488587 total_loss : 9.783957
DLL 2022-05-27 07:51:15.090165 - 90 global step : 91 epoch : 1 learning_rate : 0.000145952 total_loss : 9.746037
DLL 2022-05-27 07:51:15.253817 - 91 global step : 92 epoch : 1 learning_rate : 0.00014701813 total_loss : 9.697103
DLL 2022-05-27 07:51:15.427447 - 92 global step : 93 epoch : 1 learning_rate : 0.00014808426 total_loss : 9.684361
DLL 2022-05-27 07:51:15.598223 - 93 global step : 94 epoch : 1 learning_rate : 0.0001491504 total_loss : 9.624261
DLL 2022-05-27 07:51:15.775241 - 94 global step : 95 epoch : 1 learning_rate : 0.00015021654 total_loss : 9.571064
DLL 2022-05-27 07:51:15.951451 - 95 global step : 96 epoch : 1 learning_rate : 0.00015128267 total_loss : 9.526994
DLL 2022-05-27 07:51:16.123058 - 96 global step : 97 epoch : 1 learning_rate : 0.0001523488 total_loss : 9.491179
DLL 2022-05-27 07:51:16.299403 - 97 global step : 98 epoch : 1 learning_rate : 0.00015341493 total_loss : 9.474252
DLL 2022-05-27 07:51:16.471859 - 98 global step : 99 epoch : 1 learning_rate : 0.00015448107 total_loss : 9.423948
DLL 2022-05-27 07:51:16.641764 - 99 global step : 100 epoch : 1 learning_rate : 0.0001555472 total_loss : 9.363566
DLL 2022-05-27 07:51:16.812693 - 100 global step : 101 epoch : 1 learning_rate : 0.00015661333 total_loss : 9.307879
DLL 2022-05-27 07:51:16.985051 - 101 global step : 102 epoch : 1 learning_rate : 0.00015767946 total_loss : 9.266447
DLL 2022-05-27 07:51:17.158267 - 102 global step : 103 epoch : 1 learning_rate : 0.0001587456 total_loss : 9.252191
DLL 2022-05-27 07:51:17.329080 - 103 global step : 104 epoch : 1 learning_rate : 0.00015981174 total_loss : 9.227228
DLL 2022-05-27 07:51:17.502482 - 104 global step : 105 epoch : 1 learning_rate : 0.00016087787 total_loss : 9.121404
DLL 2022-05-27 07:51:17.669296 - 105 global step : 106 epoch : 1 learning_rate : 0.000161944 total_loss : 9.107303
DLL 2022-05-27 07:51:17.840842 - 106 global step : 107 epoch : 1 learning_rate : 0.00016301013 total_loss : 9.0667095
DLL 2022-05-27 07:51:18.011652 - 107 global step : 108 epoch : 1 learning_rate : 0.00016407626 total_loss : 9.020018
DLL 2022-05-27 07:51:18.171557 - 108 global step : 109 epoch : 1 learning_rate : 0.0001651424 total_loss : 8.955957
DLL 2022-05-27 07:51:18.332045 - 109 global step : 110 epoch : 1 learning_rate : 0.00016620853 total_loss : 8.925066
DLL 2022-05-27 07:51:18.502409 - 110 global step : 111 epoch : 1 learning_rate : 0.00016727467 total_loss : 8.8698
DLL 2022-05-27 07:51:18.670208 - 111 global step : 112 epoch : 1 learning_rate : 0.0001683408 total_loss : 8.838237
DLL 2022-05-27 07:51:18.842795 - 112 global step : 113 epoch : 1 learning_rate : 0.00016940694 total_loss : 8.7848015
DLL 2022-05-27 07:51:19.012811 - 113 global step : 114 epoch : 1 learning_rate : 0.00017047307 total_loss : 8.751998
DLL 2022-05-27 07:51:19.185698 - 114 global step : 115 epoch : 1 learning_rate : 0.0001715392 total_loss : 8.693034
DLL 2022-05-27 07:51:19.353768 - 115 global step : 116 epoch : 1 learning_rate : 0.00017260533 total_loss : 8.645568
DLL 2022-05-27 07:51:19.519366 - 116 global step : 117 epoch : 1 learning_rate : 0.00017367146 total_loss : 8.634867
DLL 2022-05-27 07:51:19.691923 - 117 global step : 118 epoch : 1 learning_rate : 0.00017473761 total_loss : 8.564839
DLL 2022-05-27 07:51:19.865803 - 118 global step : 119 epoch : 1 learning_rate : 0.00017580374 total_loss : 8.5324
DLL 2022-05-27 07:51:20.034461 - 119 global step : 120 epoch : 1 learning_rate : 0.00017686987 total_loss : 8.468338
DLL 2022-05-27 07:51:20.207380 - 120 global step : 121 epoch : 1 learning_rate : 0.000177936 total_loss : 8.43171
DLL 2022-05-27 07:51:20.378985 - 121 global step : 122 epoch : 1 learning_rate : 0.00017900213 total_loss : 8.386686
DLL 2022-05-27 07:51:20.546511 - 122 global step : 123 epoch : 1 learning_rate : 0.00018006827 total_loss : 8.353525
DLL 2022-05-27 07:51:20.712065 - 123 global step : 124 epoch : 1 learning_rate : 0.0001811344 total_loss : 8.288895
DLL 2022-05-27 07:51:20.879606 - 124 global step : 125 epoch : 1 learning_rate : 0.00018220054 total_loss : 8.263759
DLL 2022-05-27 07:51:21.052290 - 125 global step : 126 epoch : 1 learning_rate : 0.00018326667 total_loss : 8.189952
DLL 2022-05-27 07:51:21.221801 - 126 global step : 127 epoch : 1 learning_rate : 0.0001843328 total_loss : 8.159752
DLL 2022-05-27 07:51:21.400433 - 127 global step : 128 epoch : 1 learning_rate : 0.00018539894 total_loss : 8.126033
DLL 2022-05-27 07:51:21.571893 - 128 global step : 129 epoch : 1 learning_rate : 0.00018646507 total_loss : 8.070159
DLL 2022-05-27 07:51:21.738611 - 129 global step : 130 epoch : 1 learning_rate : 0.0001875312 total_loss : 8.07298
DLL 2022-05-27 07:51:21.909392 - 130 global step : 131 epoch : 1 learning_rate : 0.00018859733 total_loss : 7.97631
DLL 2022-05-27 07:51:22.070332 - 131 global step : 132 epoch : 1 learning_rate : 0.00018966346 total_loss : 7.969553
DLL 2022-05-27 07:51:22.241792 - 132 global step : 133 epoch : 1 learning_rate : 0.0001907296 total_loss : 7.881787
DLL 2022-05-27 07:51:22.412911 - 133 global step : 134 epoch : 1 learning_rate : 0.00019179574 total_loss : 7.8644214
DLL 2022-05-27 07:51:22.584464 - 134 global step : 135 epoch : 1 learning_rate : 0.00019286187 total_loss : 7.797026
DLL 2022-05-27 07:51:22.750198 - 135 global step : 136 epoch : 1 learning_rate : 0.000193928 total_loss : 7.7553473
DLL 2022-05-27 07:51:22.920638 - 136 global step : 137 epoch : 1 learning_rate : 0.00019499414 total_loss : 7.716665
DLL 2022-05-27 07:51:23.085257 - 137 global step : 138 epoch : 1 learning_rate : 0.00019606027 total_loss : 7.6756444
DLL 2022-05-27 07:51:23.252564 - 138 global step : 139 epoch : 1 learning_rate : 0.0001971264 total_loss : 7.63879
DLL 2022-05-27 07:51:23.423869 - 139 global step : 140 epoch : 1 learning_rate : 0.00019819253 total_loss : 7.6345496
DLL 2022-05-27 07:51:23.598529 - 140 global step : 141 epoch : 1 learning_rate : 0.00019925868 total_loss : 7.5287495
DLL 2022-05-27 07:51:23.766645 - 141 global step : 142 epoch : 1 learning_rate : 0.00020032481 total_loss : 7.5264425
DLL 2022-05-27 07:51:23.942653 - 142 global step : 143 epoch : 1 learning_rate : 0.00020139094 total_loss : 7.4647055
DLL 2022-05-27 07:51:24.106498 - 143 global step : 144 epoch : 1 learning_rate : 0.00020245707 total_loss : 7.405824
DLL 2022-05-27 07:51:24.272410 - 144 global step : 145 epoch : 1 learning_rate : 0.0002035232 total_loss : 7.3454165
DLL 2022-05-27 07:51:24.447208 - 145 global step : 146 epoch : 1 learning_rate : 0.00020458933 total_loss : 7.314997
DLL 2022-05-27 07:51:24.612449 - 146 global step : 147 epoch : 1 learning_rate : 0.00020565547 total_loss : 7.2786965
DLL 2022-05-27 07:51:24.785065 - 147 global step : 148 epoch : 1 learning_rate : 0.0002067216 total_loss : 7.2361536
DLL 2022-05-27 07:51:24.957320 - 148 global step : 149 epoch : 1 learning_rate : 0.00020778773 total_loss : 7.1915536
DLL 2022-05-27 07:51:25.131036 - 149 global step : 150 epoch : 1 learning_rate : 0.00020885387 total_loss : 7.1569858
DLL 2022-05-27 07:51:25.301041 - 150 global step : 151 epoch : 1 learning_rate : 0.00020992 total_loss : 7.147821
DLL 2022-05-27 07:51:25.467330 - 151 global step : 152 epoch : 1 learning_rate : 0.00021098614 total_loss : 7.0635347
DLL 2022-05-27 07:51:25.642399 - 152 global step : 153 epoch : 1 learning_rate : 0.00021205227 total_loss : 7.009535
DLL 2022-05-27 07:51:25.817004 - 153 global step : 154 epoch : 1 learning_rate : 0.0002131184 total_loss : 6.9530354
DLL 2022-05-27 07:51:25.987923 - 154 global step : 155 epoch : 1 learning_rate : 0.00021418453 total_loss : 6.9436855
DLL 2022-05-27 07:51:26.163895 - 155 global step : 156 epoch : 1 learning_rate : 0.00021525066 total_loss : 6.8887267
DLL 2022-05-27 07:51:26.334980 - 156 global step : 157 epoch : 1 learning_rate : 0.00021631681 total_loss : 6.8460317
DLL 2022-05-27 07:51:26.502510 - 157 global step : 158 epoch : 1 learning_rate : 0.00021738294 total_loss : 6.83494
DLL 2022-05-27 07:51:26.666098 - 158 global step : 159 epoch : 1 learning_rate : 0.00021844907 total_loss : 6.7518773
DLL 2022-05-27 07:51:26.829672 - 159 global step : 160 epoch : 1 learning_rate : 0.0002195152 total_loss : 6.7119684
DLL 2022-05-27 07:51:27.000431 - 160 global step : 161 epoch : 1 learning_rate : 0.00022058134 total_loss : 6.682384
DLL 2022-05-27 07:51:27.163001 - 161 global step : 162 epoch : 1 learning_rate : 0.00022164747 total_loss : 6.6318645
DLL 2022-05-27 07:51:27.332821 - 162 global step : 163 epoch : 1 learning_rate : 0.0002227136 total_loss : 6.6317697
DLL 2022-05-27 07:51:27.501726 - 163 global step : 164 epoch : 1 learning_rate : 0.00022377973 total_loss : 6.579311
DLL 2022-05-27 07:51:27.665705 - 164 global step : 165 epoch : 1 learning_rate : 0.00022484586 total_loss : 6.506901
DLL 2022-05-27 07:51:27.828866 - 165 global step : 166 epoch : 1 learning_rate : 0.00022591201 total_loss : 6.464478
DLL 2022-05-27 07:51:27.998795 - 166 global step : 167 epoch : 1 learning_rate : 0.00022697814 total_loss : 6.4246655
DLL 2022-05-27 07:51:28.165474 - 167 global step : 168 epoch : 1 learning_rate : 0.00022804427 total_loss : 6.3851624
DLL 2022-05-27 07:51:28.339026 - 168 global step : 169 epoch : 1 learning_rate : 0.0002291104 total_loss : 6.372361
DLL 2022-05-27 07:51:28.507341 - 169 global step : 170 epoch : 1 learning_rate : 0.00023017653 total_loss : 6.31342
DLL 2022-05-27 07:51:28.673772 - 170 global step : 171 epoch : 1 learning_rate : 0.00023124267 total_loss : 6.25854
DLL 2022-05-27 07:51:28.846456 - 171 global step : 172 epoch : 1 learning_rate : 0.0002323088 total_loss : 6.2355866
DLL 2022-05-27 07:51:29.011729 - 172 global step : 173 epoch : 1 learning_rate : 0.00023337494 total_loss : 6.215147
DLL 2022-05-27 07:51:29.179293 - 173 global step : 174 epoch : 1 learning_rate : 0.00023444108 total_loss : 6.143114
DLL 2022-05-27 07:51:29.347473 - 174 global step : 175 epoch : 1 learning_rate : 0.0002355072 total_loss : 6.131433
DLL 2022-05-27 07:51:29.518200 - 175 global step : 176 epoch : 1 learning_rate : 0.00023657334 total_loss : 6.091865
DLL 2022-05-27 07:51:29.687568 - 176 global step : 177 epoch : 1 learning_rate : 0.00023763947 total_loss : 6.0537763
DLL 2022-05-27 07:51:29.858129 - 177 global step : 178 epoch : 1 learning_rate : 0.0002387056 total_loss : 6.029559
DLL 2022-05-27 07:51:30.029402 - 178 global step : 179 epoch : 1 learning_rate : 0.00023977173 total_loss : 5.9898577
DLL 2022-05-27 07:51:30.198528 - 179 global step : 180 epoch : 1 learning_rate : 0.00024083786 total_loss : 5.9400587
DLL 2022-05-27 07:51:30.369213 - 180 global step : 181 epoch : 1 learning_rate : 0.000241904 total_loss : 5.90344
DLL 2022-05-27 07:51:30.537666 - 181 global step : 182 epoch : 1 learning_rate : 0.00024297014 total_loss : 5.8916836
DLL 2022-05-27 07:51:30.708004 - 182 global step : 183 epoch : 1 learning_rate : 0.00024403627 total_loss : 5.823012
DLL 2022-05-27 07:51:30.874175 - 183 global step : 184 epoch : 1 learning_rate : 0.0002451024 total_loss : 5.7887154
DLL 2022-05-27 07:51:31.045325 - 184 global step : 185 epoch : 1 learning_rate : 0.00024616852 total_loss : 5.7594395
DLL 2022-05-27 07:51:31.217421 - 185 global step : 186 epoch : 1 learning_rate : 0.00024723465 total_loss : 5.718769
DLL 2022-05-27 07:51:31.390315 - 186 global step : 187 epoch : 1 learning_rate : 0.00024830078 total_loss : 5.680978
DLL 2022-05-27 07:51:31.561859 - 187 global step : 188 epoch : 1 learning_rate : 0.00024936692 total_loss : 5.6947336
DLL 2022-05-27 07:51:31.729064 - 188 global step : 189 epoch : 1 learning_rate : 0.00025043308 total_loss : 5.6471534
DLL 2022-05-27 07:51:31.894330 - 189 global step : 190 epoch : 1 learning_rate : 0.0002514992 total_loss : 5.5936203
DLL 2022-05-27 07:51:32.064568 - 190 global step : 191 epoch : 1 learning_rate : 0.00025256534 total_loss : 5.5747943
DLL 2022-05-27 07:51:32.234065 - 191 global step : 192 epoch : 1 learning_rate : 0.00025363147 total_loss : 5.506328
DLL 2022-05-27 07:51:32.406076 - 192 global step : 193 epoch : 1 learning_rate : 0.0002546976 total_loss : 5.494247
DLL 2022-05-27 07:51:32.579060 - 193 global step : 194 epoch : 1 learning_rate : 0.00025576373 total_loss : 5.432736
DLL 2022-05-27 07:51:32.751944 - 194 global step : 195 epoch : 1 learning_rate : 0.00025682987 total_loss : 5.3971453
DLL 2022-05-27 07:51:32.917014 - 195 global step : 196 epoch : 1 learning_rate : 0.000257896 total_loss : 5.3691173
DLL 2022-05-27 07:51:33.087204 - 196 global step : 197 epoch : 1 learning_rate : 0.00025896213 total_loss : 5.344195
DLL 2022-05-27 07:51:33.252066 - 197 global step : 198 epoch : 1 learning_rate : 0.00026002826 total_loss : 5.320871
DLL 2022-05-27 07:51:33.424989 - 198 global step : 199 epoch : 1 learning_rate : 0.0002610944 total_loss : 5.2823052
DLL 2022-05-27 07:51:33.595826 - 199 global step : 200 epoch : 1 learning_rate : 0.00026216052 total_loss : 5.2356052
DLL 2022-05-27 07:51:33.766302 - 200 global step : 201 epoch : 1 learning_rate : 0.00026322666 total_loss : 5.2201962
DLL 2022-05-27 07:51:33.941932 - 201 global step : 202 epoch : 1 learning_rate : 0.0002642928 total_loss : 5.176875
DLL 2022-05-27 07:51:34.114308 - 202 global step : 203 epoch : 1 learning_rate : 0.00026535892 total_loss : 5.1694946
DLL 2022-05-27 07:51:34.285495 - 203 global step : 204 epoch : 1 learning_rate : 0.00026642505 total_loss : 5.110761
DLL 2022-05-27 07:51:34.455567 - 204 global step : 205 epoch : 1 learning_rate : 0.0002674912 total_loss : 5.077962
DLL 2022-05-27 07:51:34.628042 - 205 global step : 206 epoch : 1 learning_rate : 0.00026855734 total_loss : 5.04212
DLL 2022-05-27 07:51:34.801507 - 206 global step : 207 epoch : 1 learning_rate : 0.00026962347 total_loss : 5.0143
DLL 2022-05-27 07:51:34.975938 - 207 global step : 208 epoch : 1 learning_rate : 0.0002706896 total_loss : 5.002074
DLL 2022-05-27 07:51:35.152776 - 208 global step : 209 epoch : 1 learning_rate : 0.00027175574 total_loss : 4.965019
DLL 2022-05-27 07:51:35.326885 - 209 global step : 210 epoch : 1 learning_rate : 0.00027282187 total_loss : 4.930513
DLL 2022-05-27 07:51:35.492166 - 210 global step : 211 epoch : 1 learning_rate : 0.000273888 total_loss : 4.8976283
DLL 2022-05-27 07:51:35.675101 - 211 global step : 212 epoch : 1 learning_rate : 0.00027495413 total_loss : 4.886279
DLL 2022-05-27 07:51:35.850862 - 212 global step : 213 epoch : 1 learning_rate : 0.00027602026 total_loss : 4.83509
DLL 2022-05-27 07:51:36.022218 - 213 global step : 214 epoch : 1 learning_rate : 0.0002770864 total_loss : 4.824636
DLL 2022-05-27 07:51:36.192141 - 214 global step : 215 epoch : 1 learning_rate : 0.00027815253 total_loss : 4.7940483
DLL 2022-05-27 07:51:36.367173 - 215 global step : 216 epoch : 1 learning_rate : 0.00027921866 total_loss : 4.7461286
DLL 2022-05-27 07:51:36.534154 - 216 global step : 217 epoch : 1 learning_rate : 0.0002802848 total_loss : 4.720968
DLL 2022-05-27 07:51:36.710923 - 217 global step : 218 epoch : 1 learning_rate : 0.00028135092 total_loss : 4.6911807
DLL 2022-05-27 07:51:36.885978 - 218 global step : 219 epoch : 1 learning_rate : 0.00028241705 total_loss : 4.654048
DLL 2022-05-27 07:51:37.055873 - 219 global step : 220 epoch : 1 learning_rate : 0.00028348318 total_loss : 4.625869
DLL 2022-05-27 07:51:37.218778 - 220 global step : 221 epoch : 1 learning_rate : 0.00028454934 total_loss : 4.604848
DLL 2022-05-27 07:51:37.384955 - 221 global step : 222 epoch : 1 learning_rate : 0.00028561548 total_loss : 4.575921
DLL 2022-05-27 07:51:37.557658 - 222 global step : 223 epoch : 1 learning_rate : 0.0002866816 total_loss : 4.5559244
DLL 2022-05-27 07:51:37.722429 - 223 global step : 224 epoch : 1 learning_rate : 0.00028774774 total_loss : 4.526744
DLL 2022-05-27 07:51:37.887789 - 224 global step : 225 epoch : 1 learning_rate : 0.00028881387 total_loss : 4.4966316
DLL 2022-05-27 07:51:38.060484 - 225 global step : 226 epoch : 1 learning_rate : 0.00028988 total_loss : 4.47761
DLL 2022-05-27 07:51:38.232479 - 226 global step : 227 epoch : 1 learning_rate : 0.00029094613 total_loss : 4.442391
DLL 2022-05-27 07:51:38.403830 - 227 global step : 228 epoch : 1 learning_rate : 0.00029201226 total_loss : 4.418984
DLL 2022-05-27 07:51:38.569151 - 228 global step : 229 epoch : 1 learning_rate : 0.0002930784 total_loss : 4.377525
DLL 2022-05-27 07:51:38.743418 - 229 global step : 230 epoch : 1 learning_rate : 0.00029414453 total_loss : 4.366627
DLL 2022-05-27 07:51:38.910109 - 230 global step : 231 epoch : 1 learning_rate : 0.00029521066 total_loss : 4.3223085
DLL 2022-05-27 07:51:39.081883 - 231 global step : 232 epoch : 1 learning_rate : 0.0002962768 total_loss : 4.304854
DLL 2022-05-27 07:51:39.253877 - 232 global step : 233 epoch : 1 learning_rate : 0.00029734292 total_loss : 4.2709455
DLL 2022-05-27 07:51:39.424199 - 233 global step : 234 epoch : 1 learning_rate : 0.00029840908 total_loss : 4.2614956
DLL 2022-05-27 07:51:39.592174 - 234 global step : 235 epoch : 1 learning_rate : 0.0002994752 total_loss : 4.2183113
DLL 2022-05-27 07:51:39.767200 - 235 global step : 236 epoch : 1 learning_rate : 0.00030054135 total_loss : 4.1938457
DLL 2022-05-27 07:51:39.931646 - 236 global step : 237 epoch : 1 learning_rate : 0.00030160748 total_loss : 4.170347
DLL 2022-05-27 07:51:40.102768 - 237 global step : 238 epoch : 1 learning_rate : 0.0003026736 total_loss : 4.151873
DLL 2022-05-27 07:51:40.270440 - 238 global step : 239 epoch : 1 learning_rate : 0.00030373974 total_loss : 4.119758
DLL 2022-05-27 07:51:40.437807 - 239 global step : 240 epoch : 1 learning_rate : 0.00030480587 total_loss : 4.098402
DLL 2022-05-27 07:51:40.606965 - 240 global step : 241 epoch : 1 learning_rate : 0.000305872 total_loss : 4.0712447
DLL 2022-05-27 07:51:40.768646 - 241 global step : 242 epoch : 1 learning_rate : 0.00030693813 total_loss : 4.042013
DLL 2022-05-27 07:51:40.939478 - 242 global step : 243 epoch : 1 learning_rate : 0.00030800427 total_loss : 4.0272393
DLL 2022-05-27 07:51:41.102339 - 243 global step : 244 epoch : 1 learning_rate : 0.0003090704 total_loss : 3.9819176
DLL 2022-05-27 07:51:41.268561 - 244 global step : 245 epoch : 1 learning_rate : 0.00031013653 total_loss : 3.9673557
DLL 2022-05-27 07:51:41.434690 - 245 global step : 246 epoch : 1 learning_rate : 0.00031120266 total_loss : 3.9490585
DLL 2022-05-27 07:51:41.601794 - 246 global step : 247 epoch : 1 learning_rate : 0.0003122688 total_loss : 3.920102
DLL 2022-05-27 07:51:41.771545 - 247 global step : 248 epoch : 1 learning_rate : 0.00031333492 total_loss : 3.8942804
DLL 2022-05-27 07:51:41.944487 - 248 global step : 249 epoch : 1 learning_rate : 0.00031440108 total_loss : 3.8711696
DLL 2022-05-27 07:51:42.115170 - 249 global step : 250 epoch : 1 learning_rate : 0.00031546722 total_loss : 3.8553743
DLL 2022-05-27 07:51:42.282721 - 250 global step : 251 epoch : 1 learning_rate : 0.00031653335 total_loss : 3.8175354
DLL 2022-05-27 07:51:42.452201 - 251 global step : 252 epoch : 1 learning_rate : 0.00031759948 total_loss : 3.7898822
DLL 2022-05-27 07:51:42.626300 - 252 global step : 253 epoch : 1 learning_rate : 0.0003186656 total_loss : 3.77757
DLL 2022-05-27 07:51:42.796323 - 253 global step : 254 epoch : 1 learning_rate : 0.00031973174 total_loss : 3.7479687
DLL 2022-05-27 07:51:42.965388 - 254 global step : 255 epoch : 1 learning_rate : 0.00032079787 total_loss : 3.731824
DLL 2022-05-27 07:51:43.139083 - 255 global step : 256 epoch : 1 learning_rate : 0.000321864 total_loss : 3.7097707
DLL 2022-05-27 07:51:43.308881 - 256 global step : 257 epoch : 1 learning_rate : 0.00032293014 total_loss : 3.6859577
DLL 2022-05-27 07:51:43.479884 - 257 global step : 258 epoch : 1 learning_rate : 0.00032399627 total_loss : 3.6605608
DLL 2022-05-27 07:51:43.654030 - 258 global step : 259 epoch : 1 learning_rate : 0.0003250624 total_loss : 3.6350918
DLL 2022-05-27 07:51:43.827392 - 259 global step : 260 epoch : 1 learning_rate : 0.00032612853 total_loss : 3.6178482
DLL 2022-05-27 07:51:44.002952 - 260 global step : 261 epoch : 1 learning_rate : 0.00032719466 total_loss : 3.5900311
DLL 2022-05-27 07:51:44.173182 - 261 global step : 262 epoch : 1 learning_rate : 0.0003282608 total_loss : 3.563734
DLL 2022-05-27 07:51:44.343544 - 262 global step : 263 epoch : 1 learning_rate : 0.00032932693 total_loss : 3.5484865
DLL 2022-05-27 07:51:44.516283 - 263 global step : 264 epoch : 1 learning_rate : 0.00033039306 total_loss : 3.5216038
DLL 2022-05-27 07:51:44.691762 - 264 global step : 265 epoch : 1 learning_rate : 0.0003314592 total_loss : 3.5086448
DLL 2022-05-27 07:51:44.863560 - 265 global step : 266 epoch : 1 learning_rate : 0.00033252535 total_loss : 3.4754772
DLL 2022-05-27 07:51:45.036992 - 266 global step : 267 epoch : 1 learning_rate : 0.00033359148 total_loss : 3.4636445
DLL 2022-05-27 07:51:45.210109 - 267 global step : 268 epoch : 1 learning_rate : 0.0003346576 total_loss : 3.4354405
DLL 2022-05-27 07:51:45.382661 - 268 global step : 269 epoch : 1 learning_rate : 0.00033572374 total_loss : 3.4207616
DLL 2022-05-27 07:51:45.559650 - 269 global step : 270 epoch : 1 learning_rate : 0.00033678988 total_loss : 3.3969245
DLL 2022-05-27 07:51:45.721081 - 270 global step : 271 epoch : 1 learning_rate : 0.000337856 total_loss : 3.368116
DLL 2022-05-27 07:51:45.894194 - 271 global step : 272 epoch : 1 learning_rate : 0.00033892214 total_loss : 3.3639412
DLL 2022-05-27 07:51:46.069165 - 272 global step : 273 epoch : 1 learning_rate : 0.00033998827 total_loss : 3.3388343
DLL 2022-05-27 07:51:46.239424 - 273 global step : 274 epoch : 1 learning_rate : 0.0003410544 total_loss : 3.3090005
DLL 2022-05-27 07:51:46.412008 - 274 global step : 275 epoch : 1 learning_rate : 0.00034212053 total_loss : 3.2958043
DLL 2022-05-27 07:51:46.582885 - 275 global step : 276 epoch : 1 learning_rate : 0.00034318666 total_loss : 3.2624757
DLL 2022-05-27 07:51:46.755019 - 276 global step : 277 epoch : 1 learning_rate : 0.0003442528 total_loss : 3.2512603
DLL 2022-05-27 07:51:46.926534 - 277 global step : 278 epoch : 1 learning_rate : 0.00034531893 total_loss : 3.2378504
DLL 2022-05-27 07:51:47.695955 - 278 global step : 279 epoch : 1 learning_rate : 0.00034638506 total_loss : 3.205706
DLL 2022-05-27 07:51:47.858308 - 279 global step : 280 epoch : 1 learning_rate : 0.0003474512 total_loss : 3.179321
DLL 2022-05-27 07:51:48.030164 - 280 global step : 281 epoch : 1 learning_rate : 0.00034851735 total_loss : 3.1617308
DLL 2022-05-27 07:51:48.200855 - 281 global step : 282 epoch : 1 learning_rate : 0.00034958348 total_loss : 3.1441584
DLL 2022-05-27 07:51:48.364250 - 282 global step : 283 epoch : 1 learning_rate : 0.0003506496 total_loss : 3.1219745
DLL 2022-05-27 07:51:48.536313 - 283 global step : 284 epoch : 1 learning_rate : 0.00035171575 total_loss : 3.1062193
DLL 2022-05-27 07:51:48.700403 - 284 global step : 285 epoch : 1 learning_rate : 0.00035278188 total_loss : 3.079978
DLL 2022-05-27 07:51:48.867161 - 285 global step : 286 epoch : 1 learning_rate : 0.000353848 total_loss : 3.0843759
DLL 2022-05-27 07:51:49.028611 - 286 global step : 287 epoch : 1 learning_rate : 0.00035491414 total_loss : 3.0515523
DLL 2022-05-27 07:51:49.199221 - 287 global step : 288 epoch : 1 learning_rate : 0.00035598027 total_loss : 3.0337892
DLL 2022-05-27 07:51:49.371889 - 288 global step : 289 epoch : 1 learning_rate : 0.0003570464 total_loss : 2.9975886
DLL 2022-05-27 07:51:49.543319 - 289 global step : 290 epoch : 1 learning_rate : 0.00035811253 total_loss : 2.983865
DLL 2022-05-27 07:51:49.708572 - 290 global step : 291 epoch : 1 learning_rate : 0.00035917867 total_loss : 2.9859047
DLL 2022-05-27 07:51:49.889918 - 291 global step : 292 epoch : 1 learning_rate : 0.0003602448 total_loss : 2.9609172
DLL 2022-05-27 07:51:50.063754 - 292 global step : 293 epoch : 1 learning_rate : 0.00036131093 total_loss : 2.930344
DLL 2022-05-27 07:51:50.236325 - 293 global step : 294 epoch : 1 learning_rate : 0.00036237706 total_loss : 2.9151
DLL 2022-05-27 07:51:50.410597 - 294 global step : 295 epoch : 1 learning_rate : 0.0003634432 total_loss : 2.8969302
DLL 2022-05-27 07:51:50.581468 - 295 global step : 296 epoch : 1 learning_rate : 0.00036450932 total_loss : 2.8695023
DLL 2022-05-27 07:51:50.740214 - 296 global step : 297 epoch : 1 learning_rate : 0.00036557546 total_loss : 2.8569815
DLL 2022-05-27 07:51:50.911024 - 297 global step : 298 epoch : 1 learning_rate : 0.00036664162 total_loss : 2.842263
DLL 2022-05-27 07:51:51.083004 - 298 global step : 299 epoch : 1 learning_rate : 0.00036770775 total_loss : 2.8310614
DLL 2022-05-27 07:51:51.252748 - 299 global step : 300 epoch : 1 learning_rate : 0.00036877388 total_loss : 2.799544
DLL 2022-05-27 07:51:51.421927 - 300 global step : 301 epoch : 1 learning_rate : 0.00036984 total_loss : 2.7981794
DLL 2022-05-27 07:51:51.594358 - 301 global step : 302 epoch : 1 learning_rate : 0.00037090614 total_loss : 2.7634332
DLL 2022-05-27 07:51:51.768256 - 302 global step : 303 epoch : 1 learning_rate : 0.00037197227 total_loss : 2.773268
DLL 2022-05-27 07:51:51.941172 - 303 global step : 304 epoch : 1 learning_rate : 0.0003730384 total_loss : 2.7284114
DLL 2022-05-27 07:51:52.116858 - 304 global step : 305 epoch : 1 learning_rate : 0.00037410454 total_loss : 2.7188334
DLL 2022-05-27 07:51:52.284696 - 305 global step : 306 epoch : 1 learning_rate : 0.00037517067 total_loss : 2.7049623
DLL 2022-05-27 07:51:52.451231 - 306 global step : 307 epoch : 1 learning_rate : 0.0003762368 total_loss : 2.6790235
DLL 2022-05-27 07:51:52.624481 - 307 global step : 308 epoch : 1 learning_rate : 0.00037730293 total_loss : 2.662909
DLL 2022-05-27 07:51:52.792833 - 308 global step : 309 epoch : 1 learning_rate : 0.00037836906 total_loss : 2.6560276
DLL 2022-05-27 07:51:52.965369 - 309 global step : 310 epoch : 1 learning_rate : 0.0003794352 total_loss : 2.636331
DLL 2022-05-27 07:51:53.135183 - 310 global step : 311 epoch : 1 learning_rate : 0.00038050133 total_loss : 2.6353254
DLL 2022-05-27 07:51:53.306830 - 311 global step : 312 epoch : 1 learning_rate : 0.00038156746 total_loss : 2.593575
DLL 2022-05-27 07:51:53.478776 - 312 global step : 313 epoch : 1 learning_rate : 0.00038263362 total_loss : 2.5873458
DLL 2022-05-27 07:51:53.650497 - 313 global step : 314 epoch : 1 learning_rate : 0.00038369975 total_loss : 2.5712276
DLL 2022-05-27 07:51:53.826330 - 314 global step : 315 epoch : 1 learning_rate : 0.00038476588 total_loss : 2.5573666
DLL 2022-05-27 07:51:54.001263 - 315 global step : 316 epoch : 1 learning_rate : 0.000385832 total_loss : 2.5456858
DLL 2022-05-27 07:51:54.181506 - 316 global step : 317 epoch : 1 learning_rate : 0.00038689814 total_loss : 2.5243843
DLL 2022-05-27 07:51:54.356290 - 317 global step : 318 epoch : 1 learning_rate : 0.00038796428 total_loss : 2.5013018
DLL 2022-05-27 07:51:54.522673 - 318 global step : 319 epoch : 1 learning_rate : 0.0003890304 total_loss : 2.4853697
DLL 2022-05-27 07:51:54.696717 - 319 global step : 320 epoch : 1 learning_rate : 0.00039009654 total_loss : 2.464078
DLL 2022-05-27 07:51:54.867966 - 320 global step : 321 epoch : 1 learning_rate : 0.00039116267 total_loss : 2.450907
DLL 2022-05-27 07:51:55.042252 - 321 global step : 322 epoch : 1 learning_rate : 0.0003922288 total_loss : 2.4439266
DLL 2022-05-27 07:51:55.218206 - 322 global step : 323 epoch : 1 learning_rate : 0.00039329493 total_loss : 2.4196954
DLL 2022-05-27 07:51:55.388590 - 323 global step : 324 epoch : 1 learning_rate : 0.00039436106 total_loss : 2.4092798
DLL 2022-05-27 07:51:55.558722 - 324 global step : 325 epoch : 1 learning_rate : 0.0003954272 total_loss : 2.4039516
DLL 2022-05-27 07:51:55.732128 - 325 global step : 326 epoch : 1 learning_rate : 0.00039649333 total_loss : 2.3796544
DLL 2022-05-27 07:51:55.907127 - 326 global step : 327 epoch : 1 learning_rate : 0.00039755946 total_loss : 2.3617616
DLL 2022-05-27 07:51:56.070613 - 327 global step : 328 epoch : 1 learning_rate : 0.0003986256 total_loss : 2.3472674
DLL 2022-05-27 07:51:56.245042 - 328 global step : 329 epoch : 1 learning_rate : 0.00039969172 total_loss : 2.3347397
DLL 2022-05-27 07:51:56.420776 - 329 global step : 330 epoch : 1 learning_rate : 0.00040075788 total_loss : 2.3169167
DLL 2022-05-27 07:51:56.587631 - 330 global step : 331 epoch : 1 learning_rate : 0.000401824 total_loss : 2.2911575
DLL 2022-05-27 07:51:56.756608 - 331 global step : 332 epoch : 1 learning_rate : 0.00040289015 total_loss : 2.294931
DLL 2022-05-27 07:51:56.930177 - 332 global step : 333 epoch : 1 learning_rate : 0.00040395628 total_loss : 2.2726574
DLL 2022-05-27 07:51:57.106758 - 333 global step : 334 epoch : 1 learning_rate : 0.0004050224 total_loss : 2.2681966
DLL 2022-05-27 07:51:57.276432 - 334 global step : 335 epoch : 1 learning_rate : 0.00040608854 total_loss : 2.2459812
DLL 2022-05-27 07:51:57.450034 - 335 global step : 336 epoch : 1 learning_rate : 0.00040715467 total_loss : 2.2178354
DLL 2022-05-27 07:51:57.614089 - 336 global step : 337 epoch : 1 learning_rate : 0.0004082208 total_loss : 2.2097368
DLL 2022-05-27 07:51:57.781800 - 337 global step : 338 epoch : 1 learning_rate : 0.00040928693 total_loss : 2.2016315
DLL 2022-05-27 07:51:57.948172 - 338 global step : 339 epoch : 1 learning_rate : 0.00041035307 total_loss : 2.1767073
DLL 2022-05-27 07:51:58.107465 - 339 global step : 340 epoch : 1 learning_rate : 0.0004114192 total_loss : 2.1758409
DLL 2022-05-27 07:51:58.276900 - 340 global step : 341 epoch : 1 learning_rate : 0.00041248533 total_loss : 2.1759596
DLL 2022-05-27 07:51:58.442743 - 341 global step : 342 epoch : 1 learning_rate : 0.00041355146 total_loss : 2.1375794
DLL 2022-05-27 07:51:58.607710 - 342 global step : 343 epoch : 1 learning_rate : 0.0004146176 total_loss : 2.1323457
DLL 2022-05-27 07:51:58.780631 - 343 global step : 344 epoch : 1 learning_rate : 0.00041568372 total_loss : 2.119617
DLL 2022-05-27 07:51:58.943454 - 344 global step : 345 epoch : 1 learning_rate : 0.00041674988 total_loss : 2.1019602
DLL 2022-05-27 07:51:59.114877 - 345 global step : 346 epoch : 1 learning_rate : 0.00041781602 total_loss : 2.0916688
DLL 2022-05-27 07:51:59.278946 - 346 global step : 347 epoch : 1 learning_rate : 0.00041888215 total_loss : 2.093597
DLL 2022-05-27 07:51:59.448564 - 347 global step : 348 epoch : 1 learning_rate : 0.00041994828 total_loss : 2.0846446
DLL 2022-05-27 07:51:59.617234 - 348 global step : 349 epoch : 1 learning_rate : 0.0004210144 total_loss : 2.0476604
DLL 2022-05-27 07:51:59.785441 - 349 global step : 350 epoch : 1 learning_rate : 0.00042208054 total_loss : 2.0555978
DLL 2022-05-27 07:51:59.944413 - 350 global step : 351 epoch : 1 learning_rate : 0.00042314667 total_loss : 2.0292592
DLL 2022-05-27 07:52:00.120113 - 351 global step : 352 epoch : 1 learning_rate : 0.0004242128 total_loss : 2.0196805
DLL 2022-05-27 07:52:00.291485 - 352 global step : 353 epoch : 1 learning_rate : 0.00042527894 total_loss : 2.001633
DLL 2022-05-27 07:52:00.454204 - 353 global step : 354 epoch : 1 learning_rate : 0.00042634507 total_loss : 1.9856114
DLL 2022-05-27 07:52:00.624294 - 354 global step : 355 epoch : 1 learning_rate : 0.0004274112 total_loss : 1.9732801
DLL 2022-05-27 07:52:00.799089 - 355 global step : 356 epoch : 1 learning_rate : 0.00042847733 total_loss : 1.9683056
DLL 2022-05-27 07:52:00.971889 - 356 global step : 357 epoch : 1 learning_rate : 0.00042954346 total_loss : 1.9583917
DLL 2022-05-27 07:52:01.133886 - 357 global step : 358 epoch : 1 learning_rate : 0.0004306096 total_loss : 1.9462433
DLL 2022-05-27 07:52:01.296338 - 358 global step : 359 epoch : 1 learning_rate : 0.00043167573 total_loss : 1.924951
DLL 2022-05-27 07:52:01.465451 - 359 global step : 360 epoch : 1 learning_rate : 0.00043274186 total_loss : 1.908191
DLL 2022-05-27 07:52:01.638266 - 360 global step : 361 epoch : 1 learning_rate : 0.000433808 total_loss : 1.9074905
DLL 2022-05-27 07:52:01.803983 - 361 global step : 362 epoch : 1 learning_rate : 0.00043487415 total_loss : 1.88801
DLL 2022-05-27 07:52:01.975708 - 362 global step : 363 epoch : 1 learning_rate : 0.00043594028 total_loss : 1.8731289
DLL 2022-05-27 07:52:02.145647 - 363 global step : 364 epoch : 1 learning_rate : 0.0004370064 total_loss : 1.876431
DLL 2022-05-27 07:52:02.325604 - 364 global step : 365 epoch : 1 learning_rate : 0.00043807254 total_loss : 1.8544178
DLL 2022-05-27 07:52:02.499761 - 365 global step : 366 epoch : 1 learning_rate : 0.00043913868 total_loss : 1.849279
DLL 2022-05-27 07:52:02.671453 - 366 global step : 367 epoch : 1 learning_rate : 0.0004402048 total_loss : 1.835547
DLL 2022-05-27 07:52:02.838296 - 367 global step : 368 epoch : 1 learning_rate : 0.00044127094 total_loss : 1.8226619
DLL 2022-05-27 07:52:03.011083 - 368 global step : 369 epoch : 1 learning_rate : 0.00044233707 total_loss : 1.8221707
DLL 2022-05-27 07:52:03.187634 - 369 global step : 370 epoch : 1 learning_rate : 0.0004434032 total_loss : 1.8124049
DLL 2022-05-27 07:52:03.361047 - 370 global step : 371 epoch : 1 learning_rate : 0.00044446933 total_loss : 1.7878397
DLL 2022-05-27 07:52:03.534739 - 371 global step : 372 epoch : 1 learning_rate : 0.00044553546 total_loss : 1.777544
DLL 2022-05-27 07:52:03.703850 - 372 global step : 373 epoch : 1 learning_rate : 0.0004466016 total_loss : 1.7801374
DLL 2022-05-27 07:52:03.873300 - 373 global step : 374 epoch : 1 learning_rate : 0.00044766773 total_loss : 1.7534274
DLL 2022-05-27 07:52:04.045289 - 374 global step : 375 epoch : 1 learning_rate : 0.00044873386 total_loss : 1.7505541
DLL 2022-05-27 07:52:04.218596 - 375 global step : 376 epoch : 1 learning_rate : 0.0004498 total_loss : 1.736788
DLL 2022-05-27 07:52:04.381132 - 376 global step : 377 epoch : 1 learning_rate : 0.00045086615 total_loss : 1.7275212
DLL 2022-05-27 07:52:04.549163 - 377 global step : 378 epoch : 1 learning_rate : 0.00045193228 total_loss : 1.7205148
DLL 2022-05-27 07:52:04.712418 - 378 global step : 379 epoch : 1 learning_rate : 0.0004529984 total_loss : 1.7102842
DLL 2022-05-27 07:52:04.883190 - 379 global step : 380 epoch : 1 learning_rate : 0.00045406455 total_loss : 1.6888843
DLL 2022-05-27 07:52:05.051523 - 380 global step : 381 epoch : 1 learning_rate : 0.00045513068 total_loss : 1.6772394
DLL 2022-05-27 07:52:05.225051 - 381 global step : 382 epoch : 1 learning_rate : 0.0004561968 total_loss : 1.6785752
DLL 2022-05-27 07:52:05.385248 - 382 global step : 383 epoch : 1 learning_rate : 0.00045726294 total_loss : 1.6564559
DLL 2022-05-27 07:52:05.553725 - 383 global step : 384 epoch : 1 learning_rate : 0.00045832907 total_loss : 1.6466728
DLL 2022-05-27 07:52:05.726443 - 384 global step : 385 epoch : 1 learning_rate : 0.0004593952 total_loss : 1.6404891
DLL 2022-05-27 07:52:05.899016 - 385 global step : 386 epoch : 1 learning_rate : 0.00046046134 total_loss : 1.6395113
DLL 2022-05-27 07:52:06.061669 - 386 global step : 387 epoch : 1 learning_rate : 0.00046152747 total_loss : 1.6450636
DLL 2022-05-27 07:52:06.236686 - 387 global step : 388 epoch : 1 learning_rate : 0.0004625936 total_loss : 1.6193395
DLL 2022-05-27 07:52:06.409573 - 388 global step : 389 epoch : 1 learning_rate : 0.00046365973 total_loss : 1.6283135
DLL 2022-05-27 07:52:06.573538 - 389 global step : 390 epoch : 1 learning_rate : 0.00046472586 total_loss : 1.5956805
DLL 2022-05-27 07:52:06.738263 - 390 global step : 391 epoch : 1 learning_rate : 0.000465792 total_loss : 1.5849371
DLL 2022-05-27 07:52:06.908342 - 391 global step : 392 epoch : 1 learning_rate : 0.00046685812 total_loss : 1.58843
DLL 2022-05-27 07:52:07.082459 - 392 global step : 393 epoch : 1 learning_rate : 0.00046792426 total_loss : 1.5702926
DLL 2022-05-27 07:52:07.255333 - 393 global step : 394 epoch : 1 learning_rate : 0.00046899042 total_loss : 1.5638435
DLL 2022-05-27 07:52:07.420470 - 394 global step : 395 epoch : 1 learning_rate : 0.00047005655 total_loss : 1.5565552
DLL 2022-05-27 07:52:07.585031 - 395 global step : 396 epoch : 1 learning_rate : 0.00047112268 total_loss : 1.5487162
DLL 2022-05-27 07:52:07.750967 - 396 global step : 397 epoch : 1 learning_rate : 0.0004721888 total_loss : 1.5352712
DLL 2022-05-27 07:52:07.923825 - 397 global step : 398 epoch : 1 learning_rate : 0.00047325494 total_loss : 1.528468
DLL 2022-05-27 07:52:08.098713 - 398 global step : 399 epoch : 1 learning_rate : 0.00047432107 total_loss : 1.5188556
DLL 2022-05-27 07:52:08.270587 - 399 global step : 400 epoch : 1 learning_rate : 0.0004753872 total_loss : 1.5171063
DLL 2022-05-27 07:52:08.443588 - 400 global step : 401 epoch : 1 learning_rate : 0.00047645334 total_loss : 1.5054975
DLL 2022-05-27 07:52:08.615305 - 401 global step : 402 epoch : 1 learning_rate : 0.00047751947 total_loss : 1.4934498
DLL 2022-05-27 07:52:08.790219 - 402 global step : 403 epoch : 1 learning_rate : 0.0004785856 total_loss : 1.4768028
DLL 2022-05-27 07:52:08.960099 - 403 global step : 404 epoch : 1 learning_rate : 0.00047965173 total_loss : 1.4789767
DLL 2022-05-27 07:52:09.130672 - 404 global step : 405 epoch : 1 learning_rate : 0.00048071786 total_loss : 1.4708261
DLL 2022-05-27 07:52:09.303241 - 405 global step : 406 epoch : 1 learning_rate : 0.000481784 total_loss : 1.4705081
DLL 2022-05-27 07:52:09.476130 - 406 global step : 407 epoch : 1 learning_rate : 0.00048285013 total_loss : 1.450884
DLL 2022-05-27 07:52:09.644256 - 407 global step : 408 epoch : 1 learning_rate : 0.00048391626 total_loss : 1.4500109
DLL 2022-05-27 07:52:09.818977 - 408 global step : 409 epoch : 1 learning_rate : 0.00048498242 total_loss : 1.430118
DLL 2022-05-27 07:52:09.982844 - 409 global step : 410 epoch : 1 learning_rate : 0.00048604855 total_loss : 1.4208543
DLL 2022-05-27 07:52:10.154330 - 410 global step : 411 epoch : 1 learning_rate : 0.00048711468 total_loss : 1.4265065
DLL 2022-05-27 07:52:10.326368 - 411 global step : 412 epoch : 1 learning_rate : 0.0004881808 total_loss : 1.4130723
DLL 2022-05-27 07:52:10.491131 - 412 global step : 413 epoch : 1 learning_rate : 0.0004892469 total_loss : 1.4136374
DLL 2022-05-27 07:52:10.663841 - 413 global step : 414 epoch : 1 learning_rate : 0.00049031305 total_loss : 1.4030013
DLL 2022-05-27 07:52:10.828558 - 414 global step : 415 epoch : 1 learning_rate : 0.0004913792 total_loss : 1.4074607
DLL 2022-05-27 07:52:10.996363 - 415 global step : 416 epoch : 1 learning_rate : 0.0004924453 total_loss : 1.3866763
DLL 2022-05-27 07:52:11.159248 - 416 global step : 417 epoch : 1 learning_rate : 0.00049351144 total_loss : 1.3846118
DLL 2022-05-27 07:52:11.336064 - 417 global step : 418 epoch : 1 learning_rate : 0.0004945776 total_loss : 1.3729768
DLL 2022-05-27 07:52:11.498814 - 418 global step : 419 epoch : 1 learning_rate : 0.0004956437 total_loss : 1.3575319
DLL 2022-05-27 07:52:11.670154 - 419 global step : 420 epoch : 1 learning_rate : 0.00049670984 total_loss : 1.3604966
DLL 2022-05-27 07:52:11.839769 - 420 global step : 421 epoch : 1 learning_rate : 0.00049777597 total_loss : 1.3452863
DLL 2022-05-27 07:52:12.013197 - 421 global step : 422 epoch : 1 learning_rate : 0.0004988421 total_loss : 1.3406498
DLL 2022-05-27 07:52:12.176791 - 422 global step : 423 epoch : 1 learning_rate : 0.00049990823 total_loss : 1.3460275
DLL 2022-05-27 07:52:12.348769 - 423 global step : 424 epoch : 1 learning_rate : 0.00050097436 total_loss : 1.3327816
DLL 2022-05-27 07:52:12.521904 - 424 global step : 425 epoch : 1 learning_rate : 0.0005020405 total_loss : 1.3265948
DLL 2022-05-27 07:52:12.693198 - 425 global step : 426 epoch : 1 learning_rate : 0.0005031067 total_loss : 1.3240545
DLL 2022-05-27 07:52:12.861291 - 426 global step : 427 epoch : 1 learning_rate : 0.0005041728 total_loss : 1.3164119
DLL 2022-05-27 07:52:13.026308 - 427 global step : 428 epoch : 1 learning_rate : 0.00050523895 total_loss : 1.2986268
DLL 2022-05-27 07:52:13.196482 - 428 global step : 429 epoch : 1 learning_rate : 0.0005063051 total_loss : 1.2966067
DLL 2022-05-27 07:52:13.358873 - 429 global step : 430 epoch : 1 learning_rate : 0.0005073712 total_loss : 1.2959381
DLL 2022-05-27 07:52:13.525898 - 430 global step : 431 epoch : 1 learning_rate : 0.00050843734 total_loss : 1.2756466
DLL 2022-05-27 07:52:13.696112 - 431 global step : 432 epoch : 1 learning_rate : 0.0005095035 total_loss : 1.2796373
DLL 2022-05-27 07:52:13.866521 - 432 global step : 433 epoch : 1 learning_rate : 0.0005105696 total_loss : 1.2725703
DLL 2022-05-27 07:52:14.041304 - 433 global step : 434 epoch : 1 learning_rate : 0.00051163574 total_loss : 1.2618322
DLL 2022-05-27 07:52:14.208324 - 434 global step : 435 epoch : 1 learning_rate : 0.00051270187 total_loss : 1.2506618
DLL 2022-05-27 07:52:14.380528 - 435 global step : 436 epoch : 1 learning_rate : 0.000513768 total_loss : 1.2534841
DLL 2022-05-27 07:52:14.550876 - 436 global step : 437 epoch : 1 learning_rate : 0.00051483413 total_loss : 1.2480495
DLL 2022-05-27 07:52:14.721035 - 437 global step : 438 epoch : 1 learning_rate : 0.00051590026 total_loss : 1.2384033
DLL 2022-05-27 07:52:14.893022 - 438 global step : 439 epoch : 1 learning_rate : 0.0005169664 total_loss : 1.2319386
DLL 2022-05-27 07:52:15.054808 - 439 global step : 440 epoch : 1 learning_rate : 0.0005180325 total_loss : 1.2239344
DLL 2022-05-27 07:52:15.223200 - 440 global step : 441 epoch : 1 learning_rate : 0.00051909866 total_loss : 1.2304165
DLL 2022-05-27 07:52:15.389171 - 441 global step : 442 epoch : 1 learning_rate : 0.0005201648 total_loss : 1.2134635
DLL 2022-05-27 07:52:15.556242 - 442 global step : 443 epoch : 1 learning_rate : 0.0005212309 total_loss : 1.2089562
DLL 2022-05-27 07:52:15.717739 - 443 global step : 444 epoch : 1 learning_rate : 0.00052229705 total_loss : 1.2143214
DLL 2022-05-27 07:52:15.883981 - 444 global step : 445 epoch : 1 learning_rate : 0.0005233632 total_loss : 1.2011077
DLL 2022-05-27 07:52:16.057498 - 445 global step : 446 epoch : 1 learning_rate : 0.0005244293 total_loss : 1.2030851
DLL 2022-05-27 07:52:16.229498 - 446 global step : 447 epoch : 1 learning_rate : 0.00052549544 total_loss : 1.18961
DLL 2022-05-27 07:52:16.404364 - 447 global step : 448 epoch : 1 learning_rate : 0.0005265616 total_loss : 1.1739771
DLL 2022-05-27 07:52:16.580823 - 448 global step : 449 epoch : 1 learning_rate : 0.0005276277 total_loss : 1.1859319
DLL 2022-05-27 07:52:16.749876 - 449 global step : 450 epoch : 1 learning_rate : 0.00052869384 total_loss : 1.1773579
DLL 2022-05-27 07:52:16.922927 - 450 global step : 451 epoch : 1 learning_rate : 0.00052976 total_loss : 1.167264
DLL 2022-05-27 07:52:17.103173 - 451 global step : 452 epoch : 1 learning_rate : 0.0005308261 total_loss : 1.1637346
DLL 2022-05-27 07:52:17.270480 - 452 global step : 453 epoch : 1 learning_rate : 0.00053189223 total_loss : 1.1690257
DLL 2022-05-27 07:52:17.440377 - 453 global step : 454 epoch : 1 learning_rate : 0.00053295837 total_loss : 1.1529303
DLL 2022-05-27 07:52:17.601456 - 454 global step : 455 epoch : 1 learning_rate : 0.0005340245 total_loss : 1.1570618
DLL 2022-05-27 07:52:17.768802 - 455 global step : 456 epoch : 1 learning_rate : 0.0005350906 total_loss : 1.1490929
DLL 2022-05-27 07:52:17.942757 - 456 global step : 457 epoch : 1 learning_rate : 0.00053615676 total_loss : 1.1411434
DLL 2022-05-27 07:52:18.119021 - 457 global step : 458 epoch : 1 learning_rate : 0.00053722295 total_loss : 1.1417956
DLL 2022-05-27 07:52:18.293940 - 458 global step : 459 epoch : 1 learning_rate : 0.000538289 total_loss : 1.1341833
DLL 2022-05-27 07:52:18.462363 - 459 global step : 460 epoch : 1 learning_rate : 0.00053935515 total_loss : 1.1322808
DLL 2022-05-27 07:52:18.628314 - 460 global step : 461 epoch : 1 learning_rate : 0.0005404213 total_loss : 1.1176821
DLL 2022-05-27 07:52:18.792334 - 461 global step : 462 epoch : 1 learning_rate : 0.0005414874 total_loss : 1.121804
DLL 2022-05-27 07:52:18.965426 - 462 global step : 463 epoch : 1 learning_rate : 0.00054255355 total_loss : 1.1121104
DLL 2022-05-27 07:52:19.126802 - 463 global step : 464 epoch : 1 learning_rate : 0.0005436197 total_loss : 1.1024671
DLL 2022-05-27 07:52:19.299998 - 464 global step : 465 epoch : 1 learning_rate : 0.0005446858 total_loss : 1.1047714
DLL 2022-05-27 07:52:19.469678 - 465 global step : 466 epoch : 1 learning_rate : 0.000545752 total_loss : 1.1018543
DLL 2022-05-27 07:52:19.629104 - 466 global step : 467 epoch : 1 learning_rate : 0.00054681813 total_loss : 1.0913208
DLL 2022-05-27 07:52:19.802448 - 467 global step : 468 epoch : 1 learning_rate : 0.00054788426 total_loss : 1.0989487
DLL 2022-05-27 07:52:19.973065 - 468 global step : 469 epoch : 1 learning_rate : 0.0005489504 total_loss : 1.0875287
DLL 2022-05-27 07:52:20.139958 - 469 global step : 470 epoch : 1 learning_rate : 0.0005500165 total_loss : 1.0812404
DLL 2022-05-27 07:52:20.313881 - 470 global step : 471 epoch : 1 learning_rate : 0.00055108266 total_loss : 1.0722303
DLL 2022-05-27 07:52:20.493023 - 471 global step : 472 epoch : 1 learning_rate : 0.0005521488 total_loss : 1.0891256
DLL 2022-05-27 07:52:20.660639 - 472 global step : 473 epoch : 1 learning_rate : 0.0005532149 total_loss : 1.0660967
DLL 2022-05-27 07:52:20.830335 - 473 global step : 474 epoch : 1 learning_rate : 0.00055428105 total_loss : 1.0816879
DLL 2022-05-27 07:52:21.000265 - 474 global step : 475 epoch : 1 learning_rate : 0.0005553472 total_loss : 1.0584629
DLL 2022-05-27 07:52:21.167012 - 475 global step : 476 epoch : 1 learning_rate : 0.0005564133 total_loss : 1.0620599
DLL 2022-05-27 07:52:21.337881 - 476 global step : 477 epoch : 1 learning_rate : 0.00055747945 total_loss : 1.0595112
DLL 2022-05-27 07:52:21.505929 - 477 global step : 478 epoch : 1 learning_rate : 0.0005585456 total_loss : 1.0477281
DLL 2022-05-27 07:52:21.674099 - 478 global step : 479 epoch : 1 learning_rate : 0.0005596117 total_loss : 1.0646925
DLL 2022-05-27 07:52:21.844955 - 479 global step : 480 epoch : 1 learning_rate : 0.00056067784 total_loss : 1.0465443
DLL 2022-05-27 07:52:22.012143 - 480 global step : 481 epoch : 1 learning_rate : 0.000561744 total_loss : 1.049993
DLL 2022-05-27 07:52:22.177904 - 481 global step : 482 epoch : 1 learning_rate : 0.0005628101 total_loss : 1.0360689
DLL 2022-05-27 07:52:22.351966 - 482 global step : 483 epoch : 1 learning_rate : 0.00056387624 total_loss : 1.0367682
DLL 2022-05-27 07:52:22.524667 - 483 global step : 484 epoch : 1 learning_rate : 0.00056494237 total_loss : 1.0241003
DLL 2022-05-27 07:52:22.693741 - 484 global step : 485 epoch : 1 learning_rate : 0.0005660085 total_loss : 1.0237224
DLL 2022-05-27 07:52:22.866242 - 485 global step : 486 epoch : 1 learning_rate : 0.00056707463 total_loss : 1.0138144
DLL 2022-05-27 07:52:23.039830 - 486 global step : 487 epoch : 1 learning_rate : 0.00056814076 total_loss : 1.0130758
DLL 2022-05-27 07:52:23.208248 - 487 global step : 488 epoch : 1 learning_rate : 0.0005692069 total_loss : 1.0188015
DLL 2022-05-27 07:52:23.383173 - 488 global step : 489 epoch : 1 learning_rate : 0.000570273 total_loss : 1.0127357
DLL 2022-05-27 07:52:23.555282 - 489 global step : 490 epoch : 1 learning_rate : 0.00057133916 total_loss : 1.0060725
DLL 2022-05-27 07:52:23.728955 - 490 global step : 491 epoch : 1 learning_rate : 0.0005724053 total_loss : 1.023551
DLL 2022-05-27 07:52:23.901368 - 491 global step : 492 epoch : 1 learning_rate : 0.0005734714 total_loss : 1.0039747
DLL 2022-05-27 07:52:24.069923 - 492 global step : 493 epoch : 1 learning_rate : 0.00057453755 total_loss : 0.9961069
DLL 2022-05-27 07:52:24.232787 - 493 global step : 494 epoch : 1 learning_rate : 0.0005756037 total_loss : 1.0016105
DLL 2022-05-27 07:52:24.409184 - 494 global step : 495 epoch : 1 learning_rate : 0.0005766698 total_loss : 0.9883965
DLL 2022-05-27 07:52:24.582723 - 495 global step : 496 epoch : 1 learning_rate : 0.00057773595 total_loss : 0.98870647
DLL 2022-05-27 07:52:24.755686 - 496 global step : 497 epoch : 1 learning_rate : 0.00057880214 total_loss : 0.9774489
DLL 2022-05-27 07:52:24.927774 - 497 global step : 498 epoch : 1 learning_rate : 0.00057986827 total_loss : 0.9825032
DLL 2022-05-27 07:52:25.096222 - 498 global step : 499 epoch : 1 learning_rate : 0.0005809344 total_loss : 0.9762244
DLL 2022-05-27 07:52:25.270248 - 499 global step : 500 epoch : 1 learning_rate : 0.00058200053 total_loss : 0.97947645

Did you ever run default jupyter notebook successfully without any change?

Hi @Morganh,
I made a duplicate copy of the jupyter notebook, and made changes only by setting up env variables. Rest everything remained the same.

Could you run evaluation against the last epoch?

Hi @Morganh ,
I guess I am running the evaluation against the last epoch. I am using the following commands for evaluation

%env NUM_STEP=300000
!tao efficientdet evaluate -e $SPECS_DIR/efficientdet_d1_train.txt \
                           -m $USER_EXPERIMENT_DIR/experiment_dir_unpruned_d0/model.step-$NUM_STEP.tlt \
                           -k $KEY

Output:

Is there any other way to perform the evaluation?

Is it the last one? You can run "ls -rlt $USER_EXPERIMENT_DIR/experiment_dir_unpruned_d0/ " to check.

Hi @Morganh ,
This is the output of the command

-rw-r--r-- 1 root root 41036321 Mai 26 09:49 graph.pbtxt
-rw-r--r-- 1 root root 73503083 Mai 26 09:49 model.step-0.tlt
-rw-r--r-- 1 root root 73503175 Mai 26 14:00 model.step-75000.tlt
-rw-r--r-- 1 root root 73503166 Mai 26 18:10 model.step-150000.tlt
-rw-r--r-- 1 root root 73503167 Mai 26 22:20 model.step-225000.tlt
-rw-r--r-- 1 root root   223109 Mai 26 22:21 graph.json
-rw-r--r-- 1 root root 73503167 Mai 27 02:29 model.step-300000.tlt
-rw-r--r-- 1 root root 80251802 Mai 27 02:29 events.out.tfevents.1653558551.d46547bcfcc3
-rw-r--r-- 1 root root 75866858 Mai 27 02:29 log.json

Hello @Morganh,
I would like to inform you that I have solved the problem. The main issue was that while creating the TFRecords, I was providing the absolute values of the BBoxes, and it requires the BBox values to be normalized between (0,1).

Thanks for the info. Glad to know it is fixed.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.