Sarah Zwiep
Sarah Zwiep
Good afternoon! Thanks for sharing such exciting work. I've been trying to load in your trained weights to a `model` defined by the following (`is_senet=True`): ```python original_model = senet154(pretrained='imagenet') Encoder...
Thanks for your awesome work on this catalogue! Has there been discussion about providing support for index specific constant defaults, e.g L=1.0 for EVI and L=0.5 for SAVI? I think...
## Description When trying to clip an int32 DataArray object `x` using the `x.rio.clip()` method, the following error is thrown: ``` python3.12/site-packages/xarray/core/duck_array_ops.py:201: RuntimeWarning: invalid value encountered in cast return data.astype(dtype,...