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
Hi. Whenever I call graph.dot, torch crashes and I get segmentation fault. And graphviz works fine in bash. Any ideas?
Specifically, the package seems loading graphviz correctly.
I tried graphvizOk, graphviz = pcall(function() return ffi.load('libgvc.so.6', true) end) cgraphOk, cgraph = pcall(function() return ffi.load('libcgraph.so.6', true) end) Both graphvizOk and cgraphOk returns true.
graphvizOk, graphviz = pcall(function() return ffi.load('libgvc.so.6', true) end)
cgraphOk, cgraph = pcall(function() return ffi.load('libcgraph.so.6', true) end)
graphvizOk
cgraphOk
The same issue is also asked in nngraph.
The text was updated successfully, but these errors were encountered:
Did you make it work? I have the same problem.
Sorry, something went wrong.
No branches or pull requests
Hi. Whenever I call graph.dot, torch crashes and I get segmentation fault. And graphviz works fine in bash. Any ideas?
Specifically, the package seems loading graphviz correctly.
I tried
graphvizOk, graphviz = pcall(function() return ffi.load('libgvc.so.6', true) end)
cgraphOk, cgraph = pcall(function() return ffi.load('libcgraph.so.6', true) end)
Both
graphvizOk
andcgraphOk
returns true.The same issue is also asked in nngraph.
The text was updated successfully, but these errors were encountered: