Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
95cf3725
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "f16d29b337f31d101685f3f10e2b98bdbc42d777"
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:
...
@@ -93,7 +93,7 @@ if TYPE_CHECKING:
except
OptionalDependencyNotAvailable
:
except
OptionalDependencyNotAvailable
:
pass
pass
else
:
else
:
from
.modeling_convnext
import
TFConvNextForImageClassification
,
TFConvNextModel
,
TFConvNextPreTrainedModel
from
.modeling_
tf_
convnext
import
TFConvNextForImageClassification
,
TFConvNextModel
,
TFConvNextPreTrainedModel
else
:
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