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

Support for Leaf (Tensorflow alternative) #23

Closed
giovannibonetti opened this issue Mar 25, 2016 · 3 comments
Closed

Support for Leaf (Tensorflow alternative) #23

giovannibonetti opened this issue Mar 25, 2016 · 3 comments

Comments

@giovannibonetti
Copy link

Leaf is an alternative to Tensorflow that is allegedly faster and easier to run in the GPU, thanks to the Rust language capabilities. Torch, on the other hand, is powered by LuaJIT, and seems great, too.

Torch seems very fast, too - http://autumnai.com/deep-learning-benchmarks

Do you think it would be interesting to support any of them?
https://github.com/autumnai/leaf
https://github.com/torch/torch7

@awentzonline
Copy link
Owner

For torch I think it might be somewhat straightforward to add this to https://github.com/chuanli11/CNNMRF since this is essentially that algorithm plus some extra setup for the content loss. That's actually not too bad of an idea since that project has some nice features.

@dmr
Copy link

dmr commented Apr 17, 2016

Did you integrate it yet?

@awentzonline
Copy link
Owner

Looks like cool stuff but I'm not going to be rewriting this project in rust or lua any time soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants