Jonathan Malmaud
Jonathan Malmaud
Ah ya, that's possible. A PR fixing the documentation would be welcome.
I would say this is a low priority for me personally, but the kind of thing I'd welcome contributions on. Perhaps in a month or two I can look into...
It at least works in CPU-only mode on the Linux Subsystem. Haven't tried GPU yet. On Sun, Apr 23, 2017 at 2:21 AM niczky12 wrote: > Only have win7 unfortunately,...
https://github.com/malmaud/TensorFlow.jl/blob/master/src/py.jl#L19 shows how to use Python's `with` from PyCall.
I do have a Windows comp for dev work now, so I can do a pass soon. If it's not fixable in the timeframe of around an evening though, I...
Can you submit your changes as a PR? You can put 'work in progress' in the title if it isn't ready to be merged yet.
Weird, seems more like a bug with Conda and/or the official tensorflow conda recipe than anything on the Julia side. I'll take a look later though.
I'd welcome a PR for this. Probably not something I'd get around to myself for a while, though :(
You are right about the intended usage, and it should work. I'll check it out.
Oh yes, that's a limitation of ProtoBuf.jl and ultimately the lack of dot-overloading in Julia. So now I remember why I wrote the convenience `allow_growth` keyword option in the first...