-
Notifications
You must be signed in to change notification settings - Fork 17
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
TensorFlow 2 PyTorch? #12
Comments
@innat But why? |
A few months ago, there was a Kaggle competition where a TF model was needed to submit. And nobuco did well. Now, a new competition will be organized where the PyTorch model will be needed to submit. |
@innat I actually have the reverse converter written, although It's not nearly as sophisticated as Nobuco. Problem is, I don't think it's worth the effort. Hardly anyone uses Tensorflow as a research framework nowadays. What I believe has much potential is JAX. Perhaps we should focus on developing a JAX->Pytorch converter instead. |
We are considering general tools, not particular ones for the research area. And IMO, TensorFlow wouldn't be gone any time soon.
Good stuff. |
@innat Wow, that's huge! Never seriously considered making a unified API since no one would trust my determination to support it for a number of years. But the Keras team may actually pull it off. Hope they don't change too many things in the upcoming release so I could add Keras 3 in Nobuco with just a handful of import replacements. |
@AlexanderLutsenko check: https://twitter.com/kornia_foss/status/1678837500083568643 |
@innat Thanks, I'll look into it. |
No description provided.
The text was updated successfully, but these errors were encountered: