We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d325e46 commit 5844c3cCopy full SHA for 5844c3c
1 file changed
models/cnn.py
@@ -44,7 +44,7 @@ class TrainingConfig:
44
45
46
class Backbone(nn.Module):
47
- """ScaledCNN-based backbone with configurable kernel_size and stride."""
+ """CNN Model Backbone."""
48
49
def __init__(
50
self,
0 commit comments