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.06k stars 293 forks source link

Add generalized Crossvivit model to Flow Forecast #754

Open isaacmg opened 5 months ago

isaacmg commented 5 months ago

Given the applicability of multi-modal time series forecasting we want to add [the paper]() Crossvivit to FF. However, we will need to make several changes in order to generalize the model to work with any form of time series + imagery data.

isaacmg commented 1 month ago

As of the last pull request this functionality should be added.