tensorflow / tensorflow/models
How to freeze weights of deeplabv3+ for fine-tuning?
Open
Nobody has claimed this yet.
models:research
stat:awaiting model gardener
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
I know that normally you are suppose to filter out variables you don't want to train to a particular scope as per this stackoverflow: https://stackoverflow.com/questions/35298326/freeze-some-variables-scopes-in-tensorflow-stop-gradient-vs-passing-variables But I do not see where to do this in the deeplab folder as they are using tf.slim to do all of the training.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.