Replies: 1 comment
-
FYI @phoeenniixx, @PranavBhatP, @fnhirwa - I think you have to use the loader in the v1 design, but I am not 100% sure. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How to use TimeSeriesDataSet without using DataLoader? Of course I need the pre-processing being incorporated before the data is received by the model. For example in
nbeats
under_nbeats.py
file, theforward function
receives a dictionary:in my understanding, that dictionary contains data that been processed from the original data frame. I think TimeSeriesDataSet does that? But I need those
x
data, skipping the dataloader batching. I am aming to perform manual batching. This is also related to: #1846Beta Was this translation helpful? Give feedback.
All reactions