Vlad K
Vlad K
I figured it out. I was using the wrong sentence-transformers library. I was using the latest official version: `pip install --upgrade git+https://github.com/UKPLab/sentence-transformers.git` while what worked was your fork: `pip install...
Same issue here. Sorry in advance if this doesn't add to the discussion, but I'd also love to know how to download the older (2.1.x) firmware for my atmega-based 9xr.
I made these changes to my own custom model. It's not on Github, but it has a pretty similar architecture to the E model - a stack of TransformerEncoder layers...
> In the plot you posted, is this the same dataset I used? What was the top-1 validation accuracy? No. I'm using PGNs from Lichess's open database, 2013-07 through 2013-09...
Hi @massimosala massimosala Sorry, I should have been more clear. Having _any_ BT communication (even just sending dummy packets at whatever rate) prevents me from reading an external ADC at...
Ah, sorry if I wasn't clear. I want a function I can call (as opposed to a callback) that will parse a single game from a PGN. In pseudocode, it...
For posterity - I think you meant issue #866 and not #886.