diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-15 00:15:40 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-15 00:15:40 +0200 |
commit | 2c9066b685d41ef0ab5ea94e938b8a30b4123656 (patch) | |
tree | 341e8d0d73cdde0fe4908421a5e9fd34f16cd8c3 /training/conf/network/encoder/efficientnet.yaml | |
parent | 8bb76745e43c6b4967c8e91ebaf4c4295d0b8d0b (diff) |
Update configs
Diffstat (limited to 'training/conf/network/encoder/efficientnet.yaml')
-rw-r--r-- | training/conf/network/encoder/efficientnet.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/training/conf/network/encoder/efficientnet.yaml b/training/conf/network/encoder/efficientnet.yaml deleted file mode 100644 index a7be069..0000000 --- a/training/conf/network/encoder/efficientnet.yaml +++ /dev/null @@ -1,5 +0,0 @@ -_target_: text_recognizer.networks.efficientnet.EfficientNet -arch: b0 -stochastic_dropout_rate: 0.2 -bn_momentum: 0.99 -bn_eps: 1.0e-3 |