All notable changes to the dataset will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This commit implements changes that reflect the updated code, when the models were re-trained following the fixing of the latitude and longitude bug. Notably:
- in
dataset.py
, we introduce new encoding strategies for the data (cat2vec
/onehot
/dist
), as well as additional features (aspect
/slope
) - in
inference.py
, we introduce the ability to run inference with an ensemble of models, whereas we had only made code available for running inference on a single model. - in
models.py
, we corrected theget_layers()
function, to enforce having UNet models around 10M parameters, regardless of the inputpatch_size
.
This commit fixed a bug in Models/dataset.py
in the computation of the latitude and longitude.