-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'numpy' has no attribute '_no_nep50_warning' #5
Comments
object-detection.ipynb failed at the same function |
segmentation.ipynb failed at the same function Full error:
|
This error relates to the models installing the latest versions of several dependencies that no longer function as expected. I can build an environment.yml that works, however at the moment it is necessary to install the models with no dependencies, as the requirement files of those models are updating to the latest versions. Additionally the object-detection notebook only seems to run if the development version of scivision is used. For details see below. All three notebooks will run, but only with a certain amount of manual intervention:
|
This has now been resolved with #7 |
The code in how-to-use-scivision.ipynb currently crashes, both in binder and on a local version at the
load_pretrained_model
function. Binder gives the following AttributeError (in the local version, the kernel just crashes).Full error
The text was updated successfully, but these errors were encountered: