AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2.01k stars 289 forks source link

Clarify batch size in tutorials #602

Open isaacmg opened 1 year ago

isaacmg commented 1 year ago

Currently it is unclear in a number which batch_size parameter actually impacts the batch_size. Is it the one in dataset_params or another one?

isaacmg commented 6 months ago

Seems to be the batch_size in training_params that is necessary right now. Should update the docs about it.