EDSR-PyTorch
EDSR-PyTorch copied to clipboard
I got this ERROR: RuntimeError: stack expects each tensor to be equal size
Anyone know what's wrong?
Making model...
Preparing loss function:
1.000 * L1
/usr/local/lib/python3.7/dist-packages/torch/optim/lr_scheduler.py:417: UserWarning: To get the last learning rate computed by the scheduler, please use get_last_lr()
.
"please use get_last_lr()
.", UserWarning)
[Epoch 1] Learning rate: 1.00e-4
Traceback (most recent call last):
File "/content/EDSR-PyTorch/src/main.py", line 33, in
Seems like a "batch-size" problem, but I don't know how to fix it. I try to fix it by using "transforms.Resize() ", but failed.
HI, I met same question as you. Are you Chinese?
Seems like a "batch-size" problem, but I don't know how to fix it. I try to fix it by using "transforms.Resize() ", but failed.
Hi !Have you solved the problem? I met the same problem.
Hello may I ask how did you solve it? @Leonacelli