Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Given groups=1, weight of size [64, 11, 3, 3], expected input[1, 6 72, 672, 11] to have 11 channels, but got 672 channels instead #19

Open
tonyboston-au opened this issue Dec 13, 2018 · 0 comments

Comments

@tonyboston-au
Copy link

Running Demo.ipynb yields runtime error at line:
prediction = torch.sigmoid(model(input_img)).data[0].cpu().numpy()

RuntimeError: Given groups=1, weight of size [64, 11, 3, 3], expected input[1, 6
72, 672, 11] to have 11 channels, but got 672 channels instead

Running:
python3/3.6.7
pytorch/0.4.1-py36
cuda/9.0
gcc/4.9.0
opencv-python/3.4.4
numpy/1.15.4

Any suggestions appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant