-
Notifications
You must be signed in to change notification settings - Fork 137
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: 'list' object has no attribute 'keys' #41
Comments
I am really sorry about this. I recently applied some quick refactoring suggested by sourcery. I checked the changed but it seems this one escaped my attention. I'll resolve this shortly. |
Thanks a lot. |
Can you give it a try now? |
I am hoping that 8696470 fixes it. |
No, I think line 159 in data.py also needs to be changed. |
Is this alright now? I triple checked and it runs fine on my local machine. |
I think I find the reason. |
I have the same problem. Is that right to place file mini_imagenet_full_size.tar.bz2 under the folder 'datasets'? Is there other parameters needed to be modified? |
I solved my problem as follows. First, automatic unzip code didn't work for my testing, so I unzip the file in terminal manually. Then I deleted the json file for miniimagenet in folder 'dataset'. Then it works. |
i am getting this error for mini imagenet dataset
The text was updated successfully, but these errors were encountered: