-
Notifications
You must be signed in to change notification settings - Fork 112
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
维度不匹配问题 #36
Comments
网络的每层map参数有问题 |
RuntimeError: The size of tensor a (512) must match the size of tensor b (256) at non-singleton dimension 3我也是维度不对,请问怎么解决啊 |
请问解决了吗 |
@goodgoodstudy233 我的建议是不要玩这个,对于现在来说太垃圾了,最好是去用MONAI或者nnUNet。如果你非要玩我建议,自己在网络里面每一层把尺寸打印出来,一点点debug。最后我还是强烈建议放弃这个项目,当作熟悉pipeline就行,不如花时间去看别的优秀模型。 |
好的,谢谢建议,我之前也跑过Nnunet,效果是很好,就是感觉网络结构很难改。感觉3Dunet好改一些,就是想跑一下看看效果。 |
大佬你好,请问你的那个维度不匹配的问题解决了吗,是改网络吗,好像有人说该网络是不对的要改图片,还有请问你还在坚持这个项目吗,我也想拿这个做baseline,但不知道行不行 |
我后来没跑这个了,就用nnunet了
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年11月14日(周四) 晚上10:13
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [lee-zq/3DUNet-Pytorch] 维度不匹配问题 (Issue #36)
@goodgoodstudy233 我的建议是不要玩这个,对于现在来说太垃圾了,最好是去用MONAI或者nnUNet。如果你非要玩我建议,自己在网络里面每一层把尺寸打印出来,一点点debug。最后我还是强烈建议放弃这个项目,当作熟悉pipeline就行,不如花时间去看别的优秀模型。
好的,谢谢建议,我之前也跑过Nnunet,效果是很好,就是感觉网络结构很难改。感觉3Dunet好改一些,就是想跑一下看看效果。
大佬你好,请问你的那个维度不匹配的问题解决了吗,是改网络吗,好像有人说该网络是不对的要改图片,还有请问你还在坚持这个项目吗,我也想拿这个做baseline,但不知道行不行
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
有哪位大佬知道这个问题怎么解决
dice += (pred[:,i] * target[:,il)sum(din=l)sum(din=l)sun(din=l) / ((pred[:,i] * target[:,i)sum(din=l)sum(din=l).sumn(din=l)+
RuntimeError: The size of tensor a (1024) must match the size of tensor b (512) at non-sinaleton dimension 3
The text was updated successfully, but these errors were encountered: