Skip to content

Commit 20290b5

Browse files
authored
fix typo in eca
1 parent ebf82b8 commit 20290b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/layers/eca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CecaModule(nn.Module):
8080
locality. Although this module in essence, applies such an assumption, it is unnecessary
8181
to limit the channels on either "edge" from being circularly adapted to each other.
8282
This will fundamentally increase connectivity and possibly increase performance metrics
83-
(accuracy, robustness), without signficantly impacting resource metrics
83+
(accuracy, robustness), without significantly impacting resource metrics
8484
(parameter size, throughput,latency, etc)
8585
8686
Args:

0 commit comments

Comments
 (0)