summaryrefslogtreecommitdiff
path: root/text_recognizer/networks/convnext/__init__.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-08-25 23:19:14 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-08-25 23:19:14 +0200
commit49ca6ade1a19f7f9c702171537fe4be0dfcda66d (patch)
tree20062ed1910758481f3d5fff11159706c7b990c6 /text_recognizer/networks/convnext/__init__.py
parent0421daf6bd97596703f426ba61c401599b538eeb (diff)
Rename and add flash atten
Diffstat (limited to 'text_recognizer/networks/convnext/__init__.py')
-rw-r--r--text_recognizer/networks/convnext/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/text_recognizer/networks/convnext/__init__.py b/text_recognizer/networks/convnext/__init__.py
deleted file mode 100644
index faebe6f..0000000
--- a/text_recognizer/networks/convnext/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""Convnext module."""
-from text_recognizer.networks.convnext.attention import (
- Attention,
- FeedForward,
- TransformerBlock,
-)
-from text_recognizer.networks.convnext.convnext import ConvNext