You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: