-
Notifications
You must be signed in to change notification settings - Fork 310
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
What is the recommended torch_dtype
?
#103
Comments
@CoCoNuTeK The models were trained with |
torch_dtype
?
Ah, okay so i just keep my datapoints in format as they are, so if its stock data, i just feed them in as is, thanks for the info. |
For fine-tuning, the recommended settings are in the training script which uses P.S.: I don't want to constrain your creativity but please be mindful when applying a univariate pretrained model such as Chronos to stock data, which is often heavily influenced by external factors. :) |
I mean long term predictions for sure, but some day trading stuff could work if i try 1 tick = 5mins lets say it could find interesting stuff hopefully, i will let you know if you want. |
Hello there,
what would you recommend as the best torch_dtype param??
Given the tradeoffs??
Or was the model trained only using the bfloat16??
Thanks for the answer.
The text was updated successfully, but these errors were encountered: