You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: np.sctypes was removed in the NumPy 2.0 release. Access dtypes explicitly instead.
The initial dependencies dont specify this , but the NumPy >2.0 has issues with passing arguments to the model in the final step.
the issue was resolved once i switched to 1.26.4.
I am running the code locally on JupyterNotebook
The text was updated successfully, but these errors were encountered:
AttributeError:
np.sctypes
was removed in the NumPy 2.0 release. Access dtypes explicitly instead.The initial dependencies dont specify this , but the NumPy >2.0 has issues with passing arguments to the model in the final step.
the issue was resolved once i switched to 1.26.4.
I am running the code locally on JupyterNotebook
The text was updated successfully, but these errors were encountered: