Finetuning on multiple timeseries #230
Unanswered
arijitpaul-code
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Finally, figured it out! Had to modify the data_loader.py code. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @rajatsen91 I have been able to adopt your code for finetuning one time series at a time. What will be the way to finetune based on
multiple time series simultaneously (of different length, but same frequency, say multiple daily stock price data)? I am assuming it is creating the input dataloader with multiple time series, but have not been able to figure out how. Thanks!
All reactions