Select your region and language
# Freeze the model for param in model.parameters(): param.requires_grad = False