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

Using the CRF_Layer results is Seg Fault 11 #75

Open
mavaylon1 opened this issue Jul 7, 2020 · 1 comment
Open

Using the CRF_Layer results is Seg Fault 11 #75

mavaylon1 opened this issue Jul 7, 2020 · 1 comment

Comments

@mavaylon1
Copy link

I'm trying to create a UNet with the CRF Layer as the output layer but when I run it through terminal (Mac OS Mojave 10.14.6), the images are found and the two classes are found but the next line is Segmentation Fault: 11

The image size are below the 500 limit, the batch size is 1.
My TF version is Version: 2.1.0
Keras is Version: 2.3.1

When I run the code it returns this:

Epoch 1/2
Found 512 images belonging to 1 classes.
Found 512 images belonging to 1 classes.
Segmentation fault: 11

@mavaylon1
Copy link
Author

And if i downgrade my tf to 1.15 I get

"tensorflow.python.framework.errors_impl.NotFoundError: dlopen(/Users/matthewavaylon/crfasrnn_keras/src/cpp/high_dim_filter.so, 6): Library not loaded: @rpath/libtensorflow_framework.2.dylib
Referenced from: /Users/matthewavaylon/crfasrnn_keras/src/cpp/high_dim_filter.so
Reason: image not found"

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