Skip to content

ValueError: not enough values to unpack (expected 2, got 1) #87

Open
@folkaholic

Description

@folkaholic

Anyone has the same problem?
I tested a joint model which retrained in my machine.
When I ran python main.py --config-file configs/sgg_res101_joint.yaml --inference --resume 99999 --algorithm grnn --instance 32

I got this error:
Traceback (most recent call last):
File "main.py", line 135, in
main()
File "main.py", line 132, in main
test(cfg, args)
File "main.py", line 81, in test
model.test(visualize=args.visualize)
File "../graph-rcnn.pytorch/lib/model.py", line 234, in test
output, output_pred = output
ValueError: not enough values to unpack (expected 2, got 1)

I don't know why :(
Anyone help? Thanks

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