diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-02 01:53:55 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-02 01:53:55 +0200 |
| commit | cf42f987a34d4de0db10f733fd532f949dd9c278 (patch) | |
| tree | 1420cc62d2792a3921272f4a5aa39e40ef7f7ce9 /training/conf/network/convnext.yaml | |
| parent | abc2d60d69d115cdb34615d8bcb6c03ab6357141 (diff) | |
Update configs
Diffstat (limited to 'training/conf/network/convnext.yaml')
| -rw-r--r-- | training/conf/network/convnext.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/training/conf/network/convnext.yaml b/training/conf/network/convnext.yaml deleted file mode 100644 index 904bd56..0000000 --- a/training/conf/network/convnext.yaml +++ /dev/null @@ -1,17 +0,0 @@ -_target_: text_recognizer.network.convnext.ConvNext -dim: 16 -dim_mults: [2, 4, 8] -depths: [3, 3, 6] -downsampling_factors: [[2, 2], [2, 2], [2, 2]] -attn: - _target_: text_recognizer.network.convnext.TransformerBlock - attn: - _target_: text_recognizer.network.convnext.Attention - dim: 128 - heads: 4 - dim_head: 64 - scale: 8 - ff: - _target_: text_recognizer.network.convnext.FeedForward - dim: 128 - mult: 4 |