Open rohitgajawada opened 6 years ago
Traceback (most recent call last):
File "train.py", line 252, in
@rohitgajawada make sure your pytorch version == 0.2.0
This also happened to me. My pytorch version is 0.3.0 on Windows 10. How to fix this problem?
According to requirements.txt
, use pytorch 0.2.
2018-02-09 2:29 GMT+08:00 wuyi1983 notifications@github.com:
This also happened to me. My pytorch version is 0.3.0 on Windows 10. How to fix this problem?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ZijunDeng/pytorch-semantic-segmentation/issues/28#issuecomment-364204999, or mute the thread https://github.com/notifications/unsubscribe-auth/AOMWC7aXq0nK7glyavIL_HIfdV55or1Fks5tSz0RgaJpZM4RVOPn .
Hi! When I tried running your train code for pascal voc, I get RuntimeError: inconsistent tensor sizes at /pytorch/torch/lib/TH/generic/THTensorMath.c:2709 I'm not able to find out the reason for the error Thank you