alignment-handbook
alignment-handbook copied to clipboard
Is there a way to freeze some layers of a model ?
Can we follow the normal way of:
for param in model.base_model.parameters():
param.requires_grad = False