Dominik Weckmüller

Results 108 comments of Dominik Weckmüller

Added the flag and rerun the script. The values changed and seem normal to me. However, the actual results for normal semantic similarity are still poor. Is it possible, that...

@Stanzilla  thanks for the hint, quick and painless. 1. `pip install mkdocs-glightbox` 2.   `- glightbox` under plugins in `mkdocs.yml` 3. `lighthouse` can be removed under `markdown_extensions`

That's the expected behavior when mining too fast. `Tor end node blocked. Last response: ` indicates that the respective node got blocked which is likely to happen after while. Make...

I have seen this error before and until now only on Windows. This is indeed rather a problem related to torpy/SSL than fast-instagram-scraper. If you already made sure to have...

Just checked again. Instagram changed it's API recently so the logic needs slight refactoring first! Hence, it cannot work at the moment.

Thanks for asking @fmac2000 (also @thohug), there are indeed. **tl;dr: Mining is getting harder, TOR end points and even residential IPs gets blocked fast (without login), no more GET but...

Update 11/2023: as [torpy is currently unmaintained and needs refactoring due to TOR changes from V2 to V3](https://github.com/torpyorg/torpy/issues/20#issuecomment-1826467859) fast-instagram-scraper won't work.

Hey folks, any updates here? I just tested again on Mac Sonoma but it still fails. I've seen some life in https://github.com/qgis/QGIS-Enhancement-Proposals/issues/270 but no working solution for brew yet. Note...

This is awesome! Maybe a little more explanation in the docs would be good. Like what's the (performance) difference between binary and ubinary [here](https://huggingface.co/docs/transformers.js/main/en/api/utils/tensor#utilstensorquantizeembeddingstensor-precision--code-tensor-code) and what's the default right now...

Thanks for your reply. Found the related line [here](https://github.com/xenova/transformers.js/pull/683/files#diff-161ff30745072fdddb33e89b10d0c6ca2bb115bd389dd7499ad11a486ebec2abR1210): ```javascript if (!['binary', 'ubinary'].includes(precision)) { throw new Error("The precision must be either 'binary' or 'ubinary'"); } ``` I understand the idea...