summaryrefslogtreecommitdiff
path: root/training/conf/network/encoder
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-05 19:28:26 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-05 19:28:26 +0100
commit6ec14a1e208e8506aff90fd28e990a60479d2b75 (patch)
treefe1388ed89ef8305f2f08ae36bd7f0b9faa7f8c9 /training/conf/network/encoder
parent632309bda9d27264992e5a9002290fae5f45e7ef (diff)
Remove out_channels from effnet config
Diffstat (limited to 'training/conf/network/encoder')
-rw-r--r--training/conf/network/encoder/efficientnet.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/training/conf/network/encoder/efficientnet.yaml b/training/conf/network/encoder/efficientnet.yaml
index 1b9c6da..0e62293 100644
--- a/training/conf/network/encoder/efficientnet.yaml
+++ b/training/conf/network/encoder/efficientnet.yaml
@@ -1,6 +1,5 @@
_target_: text_recognizer.networks.encoders.efficientnet.EfficientNet
arch: b0
-out_channels: 1280
stochastic_dropout_rate: 0.2
bn_momentum: 0.99
bn_eps: 1.0e-3