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.02k stars 290 forks source link

Add generalized Crossvivit model to Flow Forecast #754

Open isaacmg opened 4 months ago

isaacmg commented 4 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.