Jonathan Malmaud
Jonathan Malmaud
Not at the moment. It would be great to have, but the logic would have to be ported from Python to Julia.
Thanks, this is great! Sorry for the long delay. I've created a rebased version of the PR in https://github.com/malmaud/TensorFlow.jl/pull/506.
So it does see your `libtensorflow.so`, but if that library in turn has a relative path to another dependent library, that will trigger that error. It used to be the...
Can you post the error? I'd like to get that working. On Sat, Oct 21, 2017 at 12:45 PM Colin Beckingham wrote: > OK thanks @haldai for this suggestion which...
Thanks, this looks great!
That output is normal. Can you be clearer about the problem?
Ya, the newer versions of TensorFlow interfere with the way this package used to implement dynamic while loops and we don't have a solution yet.
I wonder if this is an upstream problem with the new package manager, since PyCall is clearly there in `REQUIRES`.
We could probably retitle this issue to add docs for all the new eager mode stuff.
Thanks! Looks like CI failed, though - maybe something with the packaging of the upstream TensorFlow binaries has changed.