This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
Releases: USGS-R/river-dl
Releases · USGS-R/river-dl
paper results version 0
Approximately recreating Jia results
This release is code and results for approximately recreating results from Xiaowei Jia's original model. There are a few notable differences:
- Although the model was trained on the subset of the river network (42 segments), predictions were made for the entire network (456 segments)
- The model was trained using sequential data sequences one-year in length. XJ trained the model with a half year overlap in the batches. So he trained on twice as many batches (half of them were the same as the ones here, half of them were offset by half a year).
- In XJ's model there were different weights for the outputs of the pretraining and the finetuning. In our implementation, there is only one set of weights which is the same between pretraining and finetuning.