Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
95cf3725
Unverified
Commit
95cf3725
authored
May 01, 2023
by
IMvision12
Committed by
GitHub
May 01, 2023
Browse files
Fix `convnext` __init__ (#23078)
fix
parent
487f132a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/convnext/__init__.py
src/transformers/models/convnext/__init__.py
+1
-1
No files found.
src/transformers/models/convnext/__init__.py
View file @
95cf3725
...
...
@@ -93,7 +93,7 @@ if TYPE_CHECKING:
except
OptionalDependencyNotAvailable
:
pass
else
:
from
.modeling_convnext
import
TFConvNextForImageClassification
,
TFConvNextModel
,
TFConvNextPreTrainedModel
from
.modeling_
tf_
convnext
import
TFConvNextForImageClassification
,
TFConvNextModel
,
TFConvNextPreTrainedModel
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment