From 2862fdf77a19c4afa5e00c900af4877df31a3ea6 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 13 Sep 2022 19:09:25 +0200 Subject: Update configs --- training/conf/network/convnext.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 training/conf/network/convnext.yaml (limited to 'training/conf/network/convnext.yaml') 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]] -- cgit v1.2.3-70-g09d2