You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authored by Spyros Kondylatos, Ioannis Prapas, Michele Ronco, Ioannis Papoutsis, Gustau Camps-Valls, Maria Piles, Miguel-Angel Fernandez-Torres, Nuno Carvalhais
Setting up
Installing the project
Now your project can be installed from local files:
IMPORTANT NOTE: Make sure to have enough space to decompress the data. At least 250GB are needed!
Running the code
The code is GPU-ready, and it is recommended to have a cuda-enabled NVIDIA GPU to run the experiments.
They can also be run in a CPU, but expect slow training times
The code has been tested in a server with 128GB RAM and an NVIDIA RTX 3080 (10GB).
Training the LSTM with the hyperparameters that were used in the paper:
python run.py experiment=lstm_temporal_cls
Training the convLSTM model
Training the convLSTM with the hyperparameters that were used in the paper:
python run.py experiment=clstm_spatiotemporal_cls
Custom Training
Please refer to the README_template.md of the code template to understand the code structure and perform any custom training.
How to cite
Kondylatos, S., Prapas, I., Ronco, M., Papoutsis, I., Camps-Valls, G., Piles, M., et al. (2022). Wildfire Danger Prediction and Understanding with Deep Learning. Geophysical Research Letters, 49, e2022GL099368. https://doi.org/10.1029/2022GL099368