Skip to content

Commit a5220ad

Browse files
authored
Merge pull request huggingface#125 from Separius/patch-1
fix typo in eca
2 parents 7a9942a + 20290b5 commit a5220ad

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)