Code for the paper "FIDLAR: Forecast-Informed Deep Learning Approaches for Flood Mitigation" accepted by AAAI'25.
data
folder includes data sets usedbaseline
folder includes baseline models usedmodel
folder includes our proposed modelsloss
folder includes loss functions usedpreprocess
folder includes data pre-processingpostprocess
folder includes the programs for experiment results, visualization, and ablation studytraining_WaLeF_models
folder includes training programs forFlood Evaluator
with all modelstraining_optimization_models
folder includes training programs forFlood Manager
with frozenFlood Evaluator
conda create -n env_name python=3.8
conda activate env_name
pip3 install -r requirements.txt
- Download the entire repository and install the required packages (see requirements above).
- For training,
Flood Evaluator
, go to thetraining_WaLeF_models
folder and run cells in theipynb
filesFlood Manager
, go to thetraining_optimization_models
folder and run cells in theipynb
files
- For testing and experiment analysis, go to the
postprocess
folder and run cells in theipynb
files.