Robin Hutmacher
Robin Hutmacher
Hey. sorry, this was early code form the development process. And I think you are right, that this is not the loss described in the "What Uncertainties Do We Need..."...
Sorry, I'm currently busy. Spontaneously I have no clues. If I find time, I may look into it.
Hi, yes, in theory you are right and we should only use the same dropout value than during training. If I remember correctly (and it was some time ago that...
I'm unfortunately not confident enough to fix this bug, but noticed some differences between `setFilter` (where this bug does not appear) and `setPaintProperty`: https://github.com/maplibre/maplibre-gl-js/blob/99d946a4993650db35f4668bc36927ee5214872e/src/style/style.ts#L1038-L1063 compared to https://github.com/maplibre/maplibre-gl-js/blob/99d946a4993650db35f4668bc36927ee5214872e/src/style/style.ts#L1105-L1123 Especially the last...
It seems like a second (?) call to `this._updateLayer` is missing in `setPaintProperty`, because without touching the package code, I could get it work as expected by manually calling `_updateLayer`:...
Has anybody successfully set this up already? From my early tries, it looked like it requires root when serving to multiple users. However, normal `jupyter notebook` works.