Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: API for the Julia Language. #2168

Closed
as1ndu opened this issue Apr 29, 2016 · 3 comments
Closed

Feature Request: API for the Julia Language. #2168

as1ndu opened this issue Apr 29, 2016 · 3 comments
Labels
stat:contribution welcome Status - Contributions welcome

Comments

@as1ndu
Copy link

as1ndu commented Apr 29, 2016

No description provided.

@mrry mrry added languages stat:contribution welcome Status - Contributions welcome labels Apr 29, 2016
@ViralBShah
Copy link

There is this package that wraps the TensorFlow Python APIs using Julia's PyCall.

https://github.com/benmoran/TensorFlow.jl

Another approach could be to wrap the C++ APIs (using Julia's Cxx.jl, which is very easy). I have not looked inside TensorFlow but talking to those who have, I understand that a substantial part of TensorFlow is in Python, and if one were to use the C++ APIs, a bunch of the other stuff in the python part of the codebase would need to be recreated.

Cc: @benmoran @ninjin

@as1ndu
Copy link
Author

as1ndu commented May 2, 2016

wow thanx!!!

@as1ndu as1ndu closed this as completed May 2, 2016
@ViralBShah
Copy link

There is now a reasonably sophisticated TensorFlow Julia package by @malmaud

https://github.com/malmaud/TensorFlow.jl

Can this be featured on the TensorFlow website?

fsx950223 pushed a commit to fsx950223/tensorflow that referenced this issue Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:contribution welcome Status - Contributions welcome
Projects
None yet
Development

No branches or pull requests

3 participants