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
1.97k stars 288 forks source link

Finish end-to-end example of running sweep locally or on Docker container #678

Open isaacmg opened 1 year ago

isaacmg commented 1 year ago

Most of our tutorials demonstrate running in a Jupyter notebook and not from CLI. We should create a tutorial that clearly shows how to run a sweep from a CLI.

isaacmg commented 1 year ago

https://flow-forecast.atlassian.net/wiki/spaces/FF/pages/1178730497/Training+locally+using+the+command+line beginning here. This file outlines how to run a sweep without using a notebook also how to run a basic training script without using the notebook.