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

ValueError: Can't determine a unique package given abbreviation resnet18_8xb16_cifar10.py #119

Closed
LilySys opened this issue May 25, 2022 · 0 comments

Comments

@LilySys
Copy link

LilySys commented May 25, 2022

Hi , when i run "mim train resnet18_8xb16_cifar10.py --work-dir tmp --gpus 4 --launcher pytorch", I got the following error:
Traceback (most recent call last):
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/bin/mim", line 8, in
sys.exit(cli())
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/mim/commands/train.py", line 107, in cli
other_args=other_args)
File "/home/wenli/anaconda3/envs/pytorch1.7_py37/lib/python3.7/site-packages/mim/commands/train.py", line 156, in train
raise ValueError(highlighted_error(msg))
ValueError: Can't determine a unique package given abbreviation resnet18_8xb16_cifar10.py

How can i solve it?

@LilySys LilySys closed this as completed May 25, 2022
@LilySys LilySys reopened this May 25, 2022
@LilySys LilySys closed this as completed May 25, 2022
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

1 participant