full codespell coverage

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-04 12:36:10 +02:00
parent 0bfcdabbbb
commit 5e99dee3c2
103 changed files with 264 additions and 254 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class BaseModel(nn.Module):
"""Called when the training starts
Args:
device (Optional[torch.device], optional): The device to use. Usefull to set
device (Optional[torch.device], optional): The device to use. Useful to set
relevant parameters on the model and embedder to the right device only
once at the start of the training. Defaults to None.
"""