-
Notifications
You must be signed in to change notification settings - Fork 1
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
关于代码问题 #1
Comments
感谢关注,用于文中提出方法的代码已经都放在GitHub中,所用到的评价指标相关代码链接也已放到文中。还需要哪些代码,或者存在什么BUG,欢迎指出 |
您好 我在运行main.py文件时 有报错 NameError: name 'MlpNorm' is not defined 此外 MorphBlock torch_dilation等函数代码中也没有定义 请问您可以公开这部分代码以便完整运行吗 |
1.MLPNorm这个模块不需要的,只需把build.py中的44-45行注释掉 |
您好请问我在drive数据集上训练时 输入大小应该是多少 这样对吗 |
能运行就没大问题
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2024年1月27日(星期六) 晚上8:28
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [tyb311/WS-DMF] 关于代码问题 (Issue #1)
1.MLPNorm这个模块不需要的,只需把build.py中的44-45行注释掉 2.torch_dilation同理
您好请问我在drive数据集上训练时 输入大小应该是多少 这样对吗
Run on Server!!!
size: {'raw': (584, 565), 'pad': (608, 576)}
***@***.***:20+20+20#40
SIZE_IMAGE:128 & AUG SIZE:24
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
好的 万分感谢 有问题再来请教您 |
您好 您的代码中似乎没有gradUtil.backward_seg 1.反向传播部分的代码 现在模型只能获得输出之后 不能做任何操作 |
您好,可以公开您的全部代码以供学习吗
The text was updated successfully, but these errors were encountered: