Merge pull request #125 from Separius/patch-1

fix typo in eca
This commit is contained in:
Ross Wightman 2020-05-01 15:11:56 -07:00 committed by GitHub
commit a5220ad3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: