Fix convnext __init__ (#23078)

fix
This commit is contained in:
IMvision12 2023-05-01 19:06:42 +05:30 committed by GitHub
parent 487f132a6f
commit 95cf3725b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: