diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-05 19:28:26 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-05 19:28:26 +0100 |
commit | 6ec14a1e208e8506aff90fd28e990a60479d2b75 (patch) | |
tree | fe1388ed89ef8305f2f08ae36bd7f0b9faa7f8c9 | |
parent | 632309bda9d27264992e5a9002290fae5f45e7ef (diff) |
Remove out_channels from effnet config
-rw-r--r-- | training/conf/network/encoder/efficientnet.yaml | 1 |
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 |