-
Notifications
You must be signed in to change notification settings - Fork 378
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
Colab and PAX error #226
Comments
Hi, it seems that you have installed the pytorch version. If the python version in your colab is 3.11 the If the python version is 3.10.x then |
Can you share a version for fine-tuning the pytorch model? I'm trying to write it but not sure(with dataset(dataloader) and loss computation(mae or quantile loss?)? or a guide? |
That will be checked in soon as a part of this PR: https://github.com/google-research/timesfm/pull/223/files#diff-6f91675050f8715a46677009800c8d17f6d4d35bffddb95e58ba18ed9bc29a53 |
Thanks for your fast response. |
I ran into the same issue. I also changed the colab python to python3.10 version and using |
We will try to release a docker for the pax and torch versions. But when the PR is released we will have finetuning in torch so that should work on python 3.11.x. |
Hi @rajatsen91 , "from timesfm import patched_decoder" <----- import timesfm #timesfm foundational model ModuleNotFoundError Traceback (most recent call last) /usr/local/lib/python3.11/dist-packages/timesfm/patched_decoder.py in ModuleNotFoundError: No module named 'praxis' NOTE: If your import is failing due to a missing package, you can To view examples of installing some common dependencies, click the
|
Hello all, I have tried to use the TimesFM PAX version in colab but it is not working, And I get this error:
Also When I want to try the Fine-tuning notebook it is not working as well and it is not installing
praxis
and I thinklingvo
The text was updated successfully, but these errors were encountered: