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

dlsym(RTLD_DEFAULT, _fopen): symbol not found #117

Open
cBournhonesque opened this issue May 31, 2016 · 0 comments
Open

dlsym(RTLD_DEFAULT, _fopen): symbol not found #117

cBournhonesque opened this issue May 31, 2016 · 0 comments

Comments

@cBournhonesque
Copy link

cBournhonesque commented May 31, 2016

Hi,

I'm trying to plot the graph for a NN, in debug mode, but I get this error:

.../torch/install/share/lua/5.1/graph/graphviz.lua:167: dlsym(RTLD_DEFAULT, _fopen): symbol not found stack traceback: [C]: in function '__index' .../torch/install/share/lua/5.1/graph/graphviz.lua:167: in function 'graphvizFile' ...e/torch/install/share/lua/5.1/graph/graphviz.lua:195: in function 'dot' ./Source/NN.lua:125: in function 'opfunc'

The nn is this:
question = nn.Identity()() local target = nn.Identity()(question) self.model = nn.gModule({question},{target})

The graph does plot when I use more complicated NNs (with two inputs, for example)

I installed graphviz through brew, nngraph through luarocks.
I am on OS X El Capitan v 10.11.4

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