Skip to content

Commit 3a72e88

Browse files
committed
typo
1 parent dd8d073 commit 3a72e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/callbacks/test_finetuning_callback.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ def __init__(self):
220220

221221
def test_on_before_accelerator_backend_setup(tmpdir):
222222
"""
223-
`on_before_accelerator_backend_setup` hook is used make sure the finetuning freeze call is made
224-
before configure_optimizers call.
223+
`on_before_accelerator_backend_setup` hook is used by finetuning callbacks to freeze the model before
224+
before configure_optimizers function call.
225225
"""
226226

227227
class TestCallback(Callback):

0 commit comments

Comments
 (0)