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

How to fine tune a model in pytorch? #155

Open
dafmdev opened this issue Oct 7, 2024 · 2 comments
Open

How to fine tune a model in pytorch? #155

dafmdev opened this issue Oct 7, 2024 · 2 comments

Comments

@dafmdev
Copy link

dafmdev commented Oct 7, 2024

I have reviewed the examples of fine tuning using paxml, are there examples of how to perform fine tuning in PyTorch?

Using this model: google/timesfm-1.0-200m-pytorch

@siriuz42
Copy link
Collaborator

siriuz42 commented Oct 8, 2024

You'd need a training data loader and a training loop (backward pass). We don't have a notebook for now - hopefully there are plenty of PyTorch experts in the community who have examples.

@dafmdev
Copy link
Author

dafmdev commented Oct 8, 2024

Thank you very much for your reply. Do you have a guide on how you converted the pax model to torch or a code example?

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