summaryrefslogtreecommitdiff
path: root/training/conf/network/convnext.yaml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-13 19:09:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-13 19:09:25 +0200
commit2862fdf77a19c4afa5e00c900af4877df31a3ea6 (patch)
tree5a225df3113849b5c129b8ae42497cef383b4e93 /training/conf/network/convnext.yaml
parentaaa26d7d550bb2d4ced4b87414fd314608148865 (diff)
Update configs
Diffstat (limited to 'training/conf/network/convnext.yaml')
-rw-r--r--training/conf/network/convnext.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/training/conf/network/convnext.yaml b/training/conf/network/convnext.yaml
new file mode 100644
index 0000000..bc1ce93
--- /dev/null
+++ b/training/conf/network/convnext.yaml
@@ -0,0 +1,5 @@
+_target_: text_recognizer.networks.convnext.ConvNext
+dim: 16
+dim_mults: [2, 4, 8]
+depths: [3, 3, 6]
+downsampling_factors: [[2, 2], [2, 2], [2, 2]]