From 20290b5b56391cb837b11d7f4f4a362f450674cd Mon Sep 17 00:00:00 2001 From: Sepehr Sameni Date: Tue, 14 Apr 2020 15:20:35 +0430 Subject: [PATCH] fix typo in eca --- timm/models/layers/eca.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timm/models/layers/eca.py b/timm/models/layers/eca.py index cfc39710..497c5b04 100644 --- a/timm/models/layers/eca.py +++ b/timm/models/layers/eca.py @@ -80,7 +80,7 @@ class CecaModule(nn.Module): locality. Although this module in essence, applies such an assumption, it is unnecessary to limit the channels on either "edge" from being circularly adapted to each other. This will fundamentally increase connectivity and possibly increase performance metrics - (accuracy, robustness), without signficantly impacting resource metrics + (accuracy, robustness), without significantly impacting resource metrics (parameter size, throughput,latency, etc) Args: