Skip to content

kanz76/FloodGNN-GRU

Repository files navigation

FloodGNN-GRU

DOI

Source code for "FloodGNN-GRU: A Spatio-Temporal Graph Neural Network for Flood Prediction".

framework framework

Required Packages

Data

The data can be found here and should be placed in the 'data' folder (created by user) after download.

Details about the data can be found in the jupyter notebook data_exploration.ipynb

Usage

python train.py   

Optional arguments:

--time_steps       Total number of time steps.
--drop             Dropout probability.
--batch_size       Batch size.
--weight_decay 
--n_epochs         Number of epochs.
--lr               Learing rate.
--offset           Initial time step.
--v_h_dim          Vector features - hidden dimensions.
--s_h_dim          Scalar features - hidden dimensions.

Note

Check Github repository for updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published