You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I downloaded your code and configured the environment according to the guide.But when I was training, I encountered the following problem:
RuntimeError: Given groups=1, weight of size [64, 3, 3, 3], expected input[32, 256, 192, 3] to have 3 channels, but got 256 channels instead
I wonder if this is an environmental issue, and my environment is as follows:
ubuntu 18.04.3
python 3.6.9
nvidia 390.129
cuda 9.0.176
cudnn 7.0.5
pytorch 1.0.0
torchvision 0.1.6
tensorboardX 1.6.0
Looking forward to your reply。
The text was updated successfully, but these errors were encountered:
Hello, I downloaded your code and configured the environment according to the guide.But when I was training, I encountered the following problem:
RuntimeError: Given groups=1, weight of size [64, 3, 3, 3], expected input[32, 256, 192, 3] to have 3 channels, but got 256 channels instead
I wonder if this is an environmental issue, and my environment is as follows:
ubuntu 18.04.3
python 3.6.9
nvidia 390.129
cuda 9.0.176
cudnn 7.0.5
pytorch 1.0.0
torchvision 0.1.6
tensorboardX 1.6.0
Looking forward to your reply。
The text was updated successfully, but these errors were encountered: