Thanks Kyunghun! It mostly uses the TensorFlow C library. It does rely on
PyCall for now for the autodifferentiation functionality, which is not yet
part of the C API. Google has said that the C API will soon expose AD
functionality, at which point this package won't depend on Python at all.

On Thu, Sep 1, 2016 at 7:17 AM Páll Haraldsson <pall.haralds...@gmail.com>
wrote:

> On Thursday, September 1, 2016 at 7:45:05 AM UTC, Kyunghun Kim wrote:
>>
>> Wonderful jobs, Jonathan!
>> I'd better try this version rather than use TensorFlow in python.
>>
>> Does it based on PyCall package?
>>
>
> Yes, you can always see that by looking in the REQUIRE file (except if
> used indirectly.. then you would have too look at packages recursively..).
>
>
> I guess you can also see at runtime, by what library (meaning libpython,
> not general Julia packages, maybe strace would then help..) is used..
>
> like [I know there's a command for it and this seems to be it]:
>
> pldd <pid> |grep libpython
>
>
> [see also lsof command.]
>
>
> --
> Palli.
>
>

Reply via email to