Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chronos: reset batch_size according to
forecaster.num_processes
(#4480
) * change batch_size * change batch_size * add warning if batch_size % num_processes != 0 * fix code style problem * show users the exact value of batch_size and self.num_process * make the value shows only in the warning message * fix pep8 * batch_size=max(1, xxx)
- Loading branch information