summaryrefslogtreecommitdiff
path: root/text_recognizer/network/convnext/__init__.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-03 22:54:09 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-03 22:54:09 +0200
commit1732ed564a738a42c1bf6e8127ae810f5658cb06 (patch)
tree8d7f67793fec820850b4f8fd92f762f7f5e4b9f6 /text_recognizer/network/convnext/__init__.py
parent53cfc21cffa4e877ad0959170b47b690d2fdb40f (diff)
Revert "Delete convnext"
This reverts commit 7239bce214607c70a7a91358586f265b2f74de7b.
Diffstat (limited to 'text_recognizer/network/convnext/__init__.py')
-rw-r--r--text_recognizer/network/convnext/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/text_recognizer/network/convnext/__init__.py b/text_recognizer/network/convnext/__init__.py
new file mode 100644
index 0000000..dcff3fc
--- /dev/null
+++ b/text_recognizer/network/convnext/__init__.py
@@ -0,0 +1,7 @@
+"""Convnext module."""
+from text_recognizer.network.convnext.attention import (
+ Attention,
+ FeedForward,
+ TransformerBlock,
+)
+from text_recognizer.network.convnext.convnext import ConvNext