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

使用SYMMETRIC模式的tf.pad对卷积输入做padding #9

Open
chuckchenhy opened this issue Jul 20, 2020 · 1 comment
Open

使用SYMMETRIC模式的tf.pad对卷积输入做padding #9

chuckchenhy opened this issue Jul 20, 2020 · 1 comment

Comments

@chuckchenhy
Copy link

chuckchenhy commented Jul 20, 2020

把网络中的12个pad不是0的Conv3D算子做如下修改:

Conv3D的输入使用算子tf.pad(*, "SYMMETRIC")进行padding,并且将对应conv3d的pad属性由same改为valid

修改后须重新训练或fine tune。

@wangyida
Copy link
Owner

好,这个方法有相关的参考文献说为什么适用于这个问题吗?给个链接,应该是zero padding带来的一些负面影响吧

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

2 participants