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

Categories

0 votes
239 views
in Technique[技术] by (71.8m points)

Freeze Variables in TensorFlow Object Detection API

Has anyone used the freeze_variables field in tfod? I'm trying to use it in the config file with a regex this way:

freeze_variables: "*FeatureExtractor*"

so that all the variables of the feature extractor will be frozen, but I can't, for the life of me, figure out whether it is working or not.

Am I doing anything wrong? How can I tell if variables are frozen or not? Will tensorboard give me any indication of something like that?

Any guidance will be highly appreciated

question from:https://stackoverflow.com/questions/65918064/freeze-variables-in-tensorflow-object-detection-api

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...