diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 18:20:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 18:20:15 +0200 |
commit | 7440994bede38a6c6743110ec4215524665733e1 (patch) | |
tree | 36b3d59bedfa397ff5f78c9b48323b33a2e578ee /training/conf/network | |
parent | 61b6934f914b1615483a255419ac8471853901e9 (diff) |
Remove efficientnet
Diffstat (limited to 'training/conf/network')
-rw-r--r-- | training/conf/network/efficientnet.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/training/conf/network/efficientnet.yaml b/training/conf/network/efficientnet.yaml deleted file mode 100644 index 4dd148f..0000000 --- a/training/conf/network/efficientnet.yaml +++ /dev/null @@ -1,6 +0,0 @@ -_target_: text_recognizer.networks.efficientnet.EfficientNet -arch: b0 -stochastic_dropout_rate: 0.2 -bn_momentum: 0.99 -bn_eps: 1.0e-3 -out_channels: 144 |