summaryrefslogtreecommitdiff
path: root/text_recognizer/network/convnext/__init__.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-03 01:10:11 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-03 01:10:11 +0200
commit7239bce214607c70a7a91358586f265b2f74de7b (patch)
tree91b7a42b660d3b3fefb710f38f7a866ef602692d /text_recognizer/network/convnext/__init__.py
parenteb9696ff03f4446693399b9eb9e0cabbfb0f4cbf (diff)
Delete convnext
Diffstat (limited to 'text_recognizer/network/convnext/__init__.py')
-rw-r--r--text_recognizer/network/convnext/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/text_recognizer/network/convnext/__init__.py b/text_recognizer/network/convnext/__init__.py
deleted file mode 100644
index dcff3fc..0000000
--- a/text_recognizer/network/convnext/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""Convnext module."""
-from text_recognizer.network.convnext.attention import (
- Attention,
- FeedForward,
- TransformerBlock,
-)
-from text_recognizer.network.convnext.convnext import ConvNext