We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8d073 commit 3a72e88Copy full SHA for 3a72e88
tests/callbacks/test_finetuning_callback.py
@@ -220,8 +220,8 @@ def __init__(self):
220
221
def test_on_before_accelerator_backend_setup(tmpdir):
222
"""
223
- `on_before_accelerator_backend_setup` hook is used make sure the finetuning freeze call is made
224
- before configure_optimizers call.
+ `on_before_accelerator_backend_setup` hook is used by finetuning callbacks to freeze the model before
+ before configure_optimizers function call.
225
226
227
class TestCallback(Callback):
0 commit comments