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,when I want to train my data,I found a problem,
RuntimeError: Given groups=1, weight of size 32 1 3 3,expected input[ 4, 3, 720, 1280] to have 1 channels,but got 3 channels instead.
I have modified the config.py to make the input_channel=3, how to solve this problem?
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: "Fengshuanglang"<[email protected]>;
发送时间: 2019年11月4日(星期一) 晚上6:49
收件人: "FENGShuanglang/Pytorch_Medical_Segmention_Template"<[email protected]>;
抄送: "634070097"<[email protected]>;"Author"<[email protected]>;
主题: Re: [FENGShuanglang/Pytorch_Medical_Segmention_Template] help (#1)
I have modified it ,it is because it's not match between "input_channel" of config.py and "in_channels" of train.py
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
hello,when I want to train my data,I found a problem,
RuntimeError: Given groups=1, weight of size 32 1 3 3,expected input[ 4, 3, 720, 1280] to have 1 channels,but got 3 channels instead.
I have modified the config.py to make the input_channel=3, how to solve this problem?
The text was updated successfully, but these errors were encountered: