-
Notifications
You must be signed in to change notification settings - Fork 9
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
关于最大池化 #3
Comments
您好,这确实是我们在论文写作的疏忽,实际结果以代码为准(只使用平均池化)。前几天有人向我提出了这个问题,我做出了相应的修改并重新提交了README中的模型图,遗憾的是我还没有来得及修改arxive上的版本。很抱歉为您带来不便。 |
|
我在整理代码时缺少命名与论文的一致性,感谢您指出 |
在另一个issue中我发现您已经解决了这个问题。 |
您好,在只使用平均池化的情况下,请问代码中的Updownblock和Downupblock实际上是一模一样的对吗 |
是的没错。很抱歉现在才回复您。 |
您好,您的论文里面提到了最大池化和平均池化,然而在模型中并没有找到最大池化操作
The text was updated successfully, but these errors were encountered: