Francesco Ciannella

Results 9 comments of Francesco Ciannella

Hi Aleksandar! Thanks so much for looking into this and for the explanation! Let me know once you have the time to create the sample! It's very appreciated. My use...

Hello @zeynepakkalyoncu thanks for your reply. What I have noticed looking into the code is that the --interactive_name loads a file which by default is called query_sents.csv, which expects four...

I am using the python interface. Here are the definitions from the Matlab toolbox: qe : Average distance between each data vector and its BMU. Measures map resolution. te :...

Thanks, I will see if I have time, it depends on how much I use it and need the functionality. For now I am just using it to do visualization...

I can eventually add a measure for the errors if not per epoch, at least at the end of the training, so we have some kind of measure of the...

We have an official NVIDIA connector now. Still WIP: https://pypi.org/project/langchain-nvidia-trt/

Yes! We are still working on a bug fix before we push more documentation and announce it officially. Feel free to provide any feedback! On Thu, Jan 25, 2024 at...

Thanks, this works, I am able to get the text. Would you explain to me how to get the cfi range too? Would I have to do what epubjs is...

This is what I have done so far: ``` rendition.hooks.content.register((contents /*view*/) => { const frame = contents.document.defaultView.frameElement; contents.document.onmouseup = (e) => { const selection = contents.window.getSelection(); const range = selection.getRangeAt(0);...