diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-11 22:11:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-11 22:11:04 +0200 |
commit | 72ce2361f97676fc50ebc6b68b9083a402fa30c5 (patch) | |
tree | a22f1122c9d8768aba8e05f38366ab40a6701f7e /text_recognizer/network/convnext/__init__.py | |
parent | d784c49566e5a7705539fb4ceb0461bad8f41361 (diff) |
Update 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 index dcff3fc..e69de29 100644 --- a/text_recognizer/network/convnext/__init__.py +++ b/text_recognizer/network/convnext/__init__.py @@ -1,7 +0,0 @@ -"""Convnext module.""" -from text_recognizer.network.convnext.attention import ( - Attention, - FeedForward, - TransformerBlock, -) -from text_recognizer.network.convnext.convnext import ConvNext |