says that weights of the feature encoder are not updated at the fine-tuning time.
However, I don't see this setting anywhere in the code, and the closest thing in the config is freeze_finetune_updates: 10000 which I think is for the entire model (encoder + output projection).
What's the way to freeze the encoder only, and make it permanent (apart from altering the model's code directly)?