diff options
Diffstat (limited to 'training/conf/network/convnext.yaml')
| -rw-r--r-- | training/conf/network/convnext.yaml | 5 |
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]] |