Skip to content

Commit 5844c3c

Browse files
committed
Update docstring
1 parent d325e46 commit 5844c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/cnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class TrainingConfig:
4444

4545

4646
class Backbone(nn.Module):
47-
"""ScaledCNN-based backbone with configurable kernel_size and stride."""
47+
"""CNN Model Backbone."""
4848

4949
def __init__(
5050
self,

0 commit comments

Comments
 (0)