land-cover icon indicating copy to clipboard operation
land-cover copied to clipboard

Code for training and testing deep learning based land cover models.

Results 3 land-cover issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Hi, When I ran the code again, a similar problem occurred. I want to know how to solve it, that would be greatly appreciated. Traceback (most recent call last): File...

Hi, I have a question about variance in sr_loss. Could you please elaborate on why variance is calculated [this way](https://github.com/calebrob6/land-cover/blob/36d4951874629f4604abcb33af35951d34f7219a/landcover/models.py#L83)? ` # Mean var of predicted distribution:` var = K.sum(masked_probs...