diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-03 01:10:11 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-03 01:10:11 +0200 |
| commit | 7239bce214607c70a7a91358586f265b2f74de7b (patch) | |
| tree | 91b7a42b660d3b3fefb710f38f7a866ef602692d /text_recognizer/network/convnext/__init__.py | |
| parent | eb9696ff03f4446693399b9eb9e0cabbfb0f4cbf (diff) | |
Delete convnext
Diffstat (limited to 'text_recognizer/network/convnext/__init__.py')
| -rw-r--r-- | text_recognizer/network/convnext/__init__.py | 7 |
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 |