Skip to content

Commit 2c438c4

Browse files
committed
Merge branch 'master' of github.com:rwightman/pytorch-models
2 parents 28739bb + a5220ad commit 2c438c4

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)