Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton authored and SeanNaren committed Feb 9, 2021
1 parent ac649f8 commit 0e8147f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/callbacks/test_finetuning_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def __init__(self):

def test_on_before_accelerator_backend_setup(tmpdir):
"""
`on_before_accelerator_backend_setup` hook is used make sure the finetuning freeze call is made
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.
"""

class TestCallback(Callback):
Expand Down

0 comments on commit 0e8147f

Please sign in to comment.