a-PyTorch-Tutorial-to-Image-Captioning
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard
Too many values to unpack
Traceback (most recent call last):
File "train.py", line 329, in
Using Pytorch 1.2.0
This has already been addressed. Please see #86
Traceback (most recent call last): File "train.py", line 329, in main() File "train.py", line 116, in main epoch=epoch) File "train.py", line 161, in train for i, (imgs, caps, caplens) in enumerate(train_loader): ValueError: too many values to unpack (expected 3)
Using Pytorch 1.2.0
Hey, I also met this problem. Have you found the solution?