We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
把网络中的12个pad不是0的Conv3D算子做如下修改:
Conv3D的输入使用算子tf.pad(*, "SYMMETRIC")进行padding,并且将对应conv3d的pad属性由same改为valid
修改后须重新训练或fine tune。
The text was updated successfully, but these errors were encountered:
好,这个方法有相关的参考文献说为什么适用于这个问题吗?给个链接,应该是zero padding带来的一些负面影响吧
Sorry, something went wrong.
No branches or pull requests
把网络中的12个pad不是0的Conv3D算子做如下修改:
Conv3D的输入使用算子tf.pad(*, "SYMMETRIC")进行padding,并且将对应conv3d的pad属性由same改为valid
修改后须重新训练或fine tune。
The text was updated successfully, but these errors were encountered: