Question about batch size handling #1348
svarolguenes-zalando
started this conversation in
General
Replies: 0 comments
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.
-
I was reading the code base in order to understand the distinction between batch_size and window_batch_size, I've seen the line where it's set
self.batch_size = max(batch_size, n_series)
, that means I cannot subsample time series in each update step if I have multiple time series. Was it intended to be min of these two?Beta Was this translation helpful? Give feedback.
All reactions