Moshe Looks

Results 9 comments of Moshe Looks

Hrm, sorry you're getting a segfault! The code does seem fine, I don't know what's going wrong based on what you've provided. Maybe you could share the code that actually...

P.S. One more thing to check is to make sure that the segfault is actually being generated while the code is running, by e.g. adding a print statement at the...

Train code looks ok. What I would recommend doing here is breaking the code for defining your model down into pieces and putting each inside a function. Then if you...

chuneli: sorry to hear, my suspicion is that TF team broke ABI compatibility - would you mind trying with an rc0 wheel and see if that works? For gpu and...

Thanks for bringing this up. In the meantime you can lower the batch_size parameter of e.g. td.Compiler.build_feed_dict (default is 100); this controls how many inputs get stored in each proto....

If N is fixed an known in advance, you're probably better off just using an Nx5 tensor. If N varies or is unkown a metric might be the right way...

Thanks for letting us know. Would you mind pasting in the full trace? On Sun, Mar 5, 2017 at 10:19 PM, Shivaji Dutta wrote: > TFFold does not install on...

Because TensorFlow does not have a stable ABI you should to run Fold with exactly the same version of TensorFlow that Fold was compiled against or segfaults will happen. There's...