Hi,
Can someone from the Tensorflow Team please provide information on how to fine-tune a model from the Tensorflow 2 Model Zoo when training it for object detection?
I have read that there is a freeze_variables parameter in the pipeline.config file, but is this still usable?
Let’s say you want to freeze all the layers, expect the top 10, how can this be done when doing object detection?
Thanks!