Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
288 stars 91 forks source link

Issue on graphs examples #4

Closed alessandro-t closed 7 years ago

alessandro-t commented 7 years ago

Hi. I tried to run the graph classification example but I experienced the following error:

Assertion isReady[VarIdx(p)] failed in src/nn/factor_graph.cpp line 173: required variable ReduceMean_21:out_0 is not ready

I'm trying to run the code on Ubuntu 16.04 and I read from another closed issue that it maybe could be the problem.

Hanjun-Dai commented 7 years ago

Hi, yes I guess that's because of some discrepancy between operating systems. I'll try to figure it out under 16.04.

apir8181 commented 7 years ago

I encountered a similar error when run the mnist example:


Assertion isReady[VarIdx(p)] failed in src/nn/factor_graph.cpp line 172: required variable ReduceMean_7:out_0 is not ready

My runtime OS is Ubuntu 16.04. Please fix this problem.

Hanjun-Dai commented 7 years ago

The issue is now fixed. Please pull the latest version.

https://github.com/Hanjun-Dai/graphnn/commit/2f2500851fe7692fedeaf26ed815b0c4352d6a15