-
Notifications
You must be signed in to change notification settings - Fork 107
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
way to train&inference with TPU #88
Comments
@doheon114 Protenix do not support training or inference with TPU yet. |
I'm sorry for asking so many questions, but would it be possible to save the checkpoint and structure of this open-source model using torch.save and then load it to train with my own code? It seems like the code might be too intertwined, making it difficult, but since I'm a beginner in coding, I’d like to try if possible. I want to use an approach like this:
Would this approach work? Thankyou |
torch.save(model) saves the entire model structure and its parameters (weights). This is problematic because: |
Hello. Is there any way to accelerate processes by TPU? (using XLA or Jax)
Thank you for your reply.
The text was updated successfully, but these errors were encountered: