-
Notifications
You must be signed in to change notification settings - Fork 12
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
Loader bug #6
Comments
Thanks for reporting this issue. I have updated the code. |
Thanks for your quick reply. Another question about using import scipy.misc as scm, |
In the initial versions for the two projects, I use similar libraries. You may directly use the dataloader for miniImageNet on tieredImageNet with minor changes. You may also apply the dataloader I used in this project for different datasets. |
Thanks, good to know your new project. And last thing is that the following line works for me using: https://github.com/yaoyao-liu/tiered-imagenet-tools/blob/master/tiered_imagenet_dataloader.py#L147 with these fixes, it works fine for me now. |
Thanks. |
It's fine, only several minor points, you could fix it directly if that is correct to you. |
Thanks for the contributions. |
Could you confirm that in the following line, self.shot_num should be self.way_num?It is not consistent with mini-imagenet-tools and gives error.
https://github.com/yaoyao-liu/tiered-imagenet-tools/blob/master/tiered_imagenet_dataloader.py#L189
The text was updated successfully, but these errors were encountered: