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
segnet模型是需要在pooling时记住pooling index的,然后在upsampling的时候借用pooling index去恢复图像,keras是在upsampling的时候是没有根据pooling index去特定恢复的功能,这里需要自己用tf去写一个pooling与upsampling。
具体可参考#57
The text was updated successfully, but these errors were encountered:
No branches or pull requests
segnet模型是需要在pooling时记住pooling index的,然后在upsampling的时候借用pooling index去恢复图像,keras是在upsampling的时候是没有根据pooling index去特定恢复的功能,这里需要自己用tf去写一个pooling与upsampling。
具体可参考#57
The text was updated successfully, but these errors were encountered: