Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am busy following this tutorial and I have completed all the steps barring training my model

When I run the command to train I receive several of the the following errors:

  • W0128 17:45:44.627660 5284 variables_helper.py:155] Variable [ssd_mobile_net_v1fpn_keras_feature_extractor/conv_pw_4_bn/moving_variance] is not available in checkpoint

Which culminate in the following error - "ValueError: No variables to save". I have now tried this with two models and it is causing the same error. I am on a windows machine, and my train config is set to include from_detection_checkpoint: true and fine_tune_checkpoint_type: "detection".

Thank you so much

question from:https://stackoverflow.com/questions/65940578/tensorflow-no-variable-to-save

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
969 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...