Replies: 1 comment
-
Thanks for your comments @ksachdeva! |
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.
-
Hi,
Thanks for this excellent work.
Let's say that I have a data file per class e.g.
1-a.pickle - contains the pandas data frame for class 1
1-b.pickle - contains the pandas data frame for class 1
2.pickle - contains the pandas data frame for class 2
I would like to create a sliding window such that they operate on 1-a.pickle and 1-b.pickle independently.
During the training phase, in a mini-batch I would like to get the shuffled windows from my dataset i.e. 1-a.pickle, 1-b.pickle, and 2.pickle
Please guide
Regards
Kapil
Beta Was this translation helpful? Give feedback.
All reactions