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

GPU version does not refine unary potential, but CPU version does #72

Open
PhiAbs opened this issue May 26, 2020 · 0 comments
Open

GPU version does not refine unary potential, but CPU version does #72

PhiAbs opened this issue May 26, 2020 · 0 comments

Comments

@PhiAbs
Copy link

PhiAbs commented May 26, 2020

I managed to implement the crf-rnn layer into my custom model. When using the CPU version (master branch), the crf-rnn layer nicely refines my segmentation mask, which is great!

However, when I tried to use the GPU version, the output of the crf-rnn layer was still the same as its input, meaning that the segmentation map did not get refined. I used the same parameters as for the CPU version.

Did anyone encounter the same issue? Is there a fix for this problem?

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

1 participant