-
Notifications
You must be signed in to change notification settings - Fork 130
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
error when use 'nbdt-hierarchy' #14
Comments
Is your system default python3? I just tried |
Traceback (most recent call last): It's the full error tips |
Thanks for your traceback, but same question -- is your environment using python2 or python3? I was able to setup the repository inside a conda environment with python3 successfully, using the below:
|
Pre-use is python3.8,torch 1.8 and torchvision 0.9, But there still an unexpected question, there is no attribute 'keys' in custom.py |
when run command 'nbdt-hierarchy' in ubuntu 18.04
nbdt-hierarchy --checkpoint=wrn28_10_cifar10 --dataset=CIFAR10
nbdt-hierarchy --vis-sublabels --vis-zoom=1.25 --dataset=CIFAR10 --arch=wrn28_10_cifar10
Here is ModuleNotFoundError: No module named 'nbdt.thirdparty',
I wonder what happened
The text was updated successfully, but these errors were encountered: