Skip to content

Commit

Permalink
tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauret committed May 30, 2024
1 parent f584077 commit 89c91ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vibravox/lightning_modules/ecapa2.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def check_datamodule_parameter(self) -> None:
"""
List of assertions checking that the parameters of the LightningDatamodule correspond to the LightningModule.
(Can only be called in stages where the trainer's LightningDataModule is available, e.g. in on_fit_start hook.)
(Can only be called in stages where the trainer's LightningDataModule is available, e.g. in on_test_start hook.)
- Checks the LightningDataModule sample_rate.
- Checks the LightningDataModule batch_size.
Expand Down

0 comments on commit 89c91ca

Please sign in to comment.