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

get ValueError: too many values to unpack (expected 2) when run example command for training #30

Open
pingnuttakrid opened this issue May 14, 2020 · 0 comments

Comments

@pingnuttakrid
Copy link

File "./mmdetection/tools/train.py", line 108, in
main()
File "./mmdetection/tools/train.py", line 104, in main
logger=logger)
File "/ping/ping/RepPoints/mmdetection/mmdet/apis/train.py", line 58, in train_detector
_dist_train(model, dataset, cfg, validate=validate)
File "/ping/ping/RepPoints/mmdetection/mmdet/apis/train.py", line 143, in _dist_train
for ds in dataset
File "/ping/ping/RepPoints/mmdetection/mmdet/apis/train.py", line 143, in
for ds in dataset
File "/ping/ping/RepPoints/mmdetection/mmdet/datasets/loader/build_loader.py", line 28, in build_dataloader
world_size, rank)
File "/ping/ping/RepPoints/mmdetection/mmdet/datasets/loader/sampler.py", line 97, in init
_rank, _num_replicas = get_host_info()
ValueError: too many values to unpack (expected 2)

get this error when run example command for training

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