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

Can I use codon with pytorch and other deep learning libraries for faster multithreading ? #285

Closed
UygarUsta99 opened this issue Mar 21, 2023 · 2 comments

Comments

@UygarUsta99
Copy link

As I said in the title,is it possible to use deep learning frameworks like pytorch to take advantage of codon's multithreading ? Also would there be any problems using the gpu with pytorch ?

@inumanag
Copy link
Contributor

inumanag commented Nov 9, 2024

Sadly, not yet—Pytorch is not natively supported by Codon (only through the Python bridge). You can use Pytorch via from python import torch, but you won't be able to get any speedups that way. You might be able, though, to improve and/or speed-up callbacks written in Python with Codon.

@inumanag inumanag closed this as completed Nov 9, 2024
@inumanag
Copy link
Contributor

inumanag commented Nov 9, 2024

Duplicate of #349.

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

2 participants