Freeze Weights
Created by: prakharg24
I am trying to implement the MobileNet-SSD model from here, https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/ssd
I have a dictionary of layer names which I want to freeze and let the rest of them train.
How can I achieve that? If you can give an answer in context with the code above, that will be the best, but any answer is appreciated
I tried a few things, not sure where the issue is -> https://github.com/PaddlePaddle/Paddle/issues/19622#issuecomment-529288426
Thank You