Skip to content

ValueError: too many values to unpack (expected 9) #8

@nevinmusula

Description

@nevinmusula

when i run the evaluation part i get the following error:

Traceback (most recent call last):
File "train.py", line 473, in
main()
File "train.py", line 222, in main
_ = test_epoch(test_loader, model)
File "train.py", line 401, in test_epoch
for batch_idx, (imgs, masks, word_id, word_mask, bbox, ratio, dw, dh, im_id) in enumerate(val_loader):
ValueError: too many values to unpack (expected 9)

what could be the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions