You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm jumping into xbatcher for my work on climate data, thanks for the work, I think this library is going to be very useful for me !
Trying to understand the impact of each argument of the BatchGenerator, I tried to run the following code which raised me an error. BatchGenerator instance has len 16, however I cannot access index 3.
Hi, @agirnow. I found your comment because I'm having a similar issue. Have you found a solution? In my case, the len(xbatcher) it's supposed to be ok but, from a given batch index I got the same error as you did. I've noticed that setting concat_input_dims=False runs well and generates sequences, although, the batches are not created as I expected in the first place. I hope you have more info on this. Thanks!
What happened?
Hi everyone !
I'm jumping into xbatcher for my work on climate data, thanks for the work, I think this library is going to be very useful for me !
Trying to understand the impact of each argument of the BatchGenerator, I tried to run the following code which raised me an error. BatchGenerator instance has len 16, however I cannot access index 3.
Does anyone know how to fix that ?
Thanks a lot.
What did you expect to happen?
No response
Minimal Complete Verifiable Example
Relevant log output
Anything else we need to know?
No response
Environment
No response
The text was updated successfully, but these errors were encountered: