David Dobolyi

Results 6 issues of David Dobolyi

Thanks for putting this together -- it's awesome! One annoyance I've noticed: When sending messages, the scrollToBottom calls successfully scroll the div containing messages to the bottom. However, this is...

I am a bit confused about the GitHub version vs. PyPI. According to the current GitHub code, the latest version is 1.2.1 (as of 2021-19-01): https://github.com/alvations/pywsd/commit/4c12394c8adbcfed71dd912bdbef2e36370821bf However, on PyPI, the...

@clemtoy: thanks for putting together this code and providing it on GitHub based on the [Stack Overflow post](https://stackoverflow.com/questions/27943396/using-wn-affect-to-detect-emotion-mood-of-a-string/31032077#31032077) that came up a few years back. Regarding the code, would it...

Recent versions of scikit-image have completely deprecated the `selem` argument in favor of `dilation`: [skimage.morphology.dilation](https://scikit-image.org/docs/stable/api/skimage.morphology.html#skimage.morphology.dilation) [Complete deprecation of selem parameter](https://github.com/scikit-image/scikit-image/pull/6583/commits/7430c415ccdf716c1aca7226f03ede85e12e1ba9) This minor patch to [xrai.py](https://github.com/PAIR-code/saliency/blob/master/saliency/core/xrai.py#L126) resolves the issue on line...

@strengejacke: thank you so much for your awesome examples and packages. I wanted to bring to your attention a potential question regarding your example [here](https://strengejacke.github.io/mixed-models-snippets/random-effects-within-between-effects-model-glmmtmb.html), namely in the section **Check...

Thank you for putting together this awesome model! I'm currently evaluating it in various benchmarks against other models (e.g., deberta-v3) using `AutoModelForSequenceClassification` for fine-tuning, and I'm having an issue with...