Frames White
Frames White
> Anyway, even with TensorFlow#master, I can run logistic.jl and keras.jl but none of the other scripts in the examples directory. What I don't quite understand is why several other...
PR = Pull Request. It's how you can suggest a change to this repository. The literal meaning is to Request we Pull the changes from your branch. https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests
> Just to clarify, how do I see that LibTensorFlow is different between TensorFlow#master and TensorFlow#eager_mode? `tf_version(kind=:backend)` --- It might be that I misread the commit history and they are...
#493 will fix the need to manually install `PyCall`
Yes, missing PyCall is only one of the reasons a worker might be dying. This is unfortunately not an easy one to debug.
> Hi, @oxinabox (and @chengchingwen) is 12.x really needed or 14.0 (or something newer), what I seemingly got to work, ok for you? 1.14.0 is preferred over 1.12.x if you...
I have not started it, I suggest though before making a PR on this, waiting until I refactor the `getindex` code. Right now it is a bit messy as it...
@RatanRSur If you are still keen, this is now possible to be tackled.
idk. TensorFlow.jl is still a very featureful binding for TensorFlow 1.0 I don't know how this compares to GenTF. neither in goals nor capacity. The goals of TensorFlow.jl was to...
TensorFlow.jl wraps mosytly libtensorflow (the C API). But for some graph manipulation PyCall's the Python TensorFlow API (because those are not exposed in libtensorflow). I suspect that GenTF needs similar...