Skip to content
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: No module named 'dataset.resnet_cifar' when running #3

Closed
khuongnd opened this issue Oct 13, 2020 · 1 comment
Closed

Error: No module named 'dataset.resnet_cifar' when running #3

khuongnd opened this issue Oct 13, 2020 · 1 comment

Comments

@khuongnd
Copy link

When I run this command:
python train_semi.py --dataset cifar10 --imb_factor 0.02 --imb_factor_unlabel 0.02

I got this error:
Traceback (most recent call last):
File "train_semi.py", line 15, in
from dataset.imbalance_cifar import SemiSupervisedImbalanceCIFAR10
File "/home/insights-user/imbalanced-semi-self/dataset/init.py", line 1, in
from .resnet_cifar import *
ModuleNotFoundError: No module named 'dataset.resnet_cifar'

@YyzHarry
Copy link
Owner

Can you please double check you have the right code/structure as in this repo? Since there's no dataset/init.py in the provided code.

@YyzHarry YyzHarry closed this as completed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants