Federico Minutoli

Results 57 comments of Federico Minutoli

Hi @francoisdejgr, I have just tested your snippet of code and the PDF plotting works fine for me (on Colab) As for the warning, it is just a Matplotlib warning...

any updates on the flutter client, @tanertopal?

Hi @jaeyounkim, or whoever can answer this, Why have callbacks not been implemented yet in the TF object detection API? I would say they are standard practice in 2023, and...

@lurenss, I would much rather focus on this paper, [an empirical comparison of web page segmentation algorithms, 2021](https://doi.org/10.1007/978-3-030-72240-1_5). much more recent and detailed comparison of all major web page segmentation...

Hi @eecoder-dyf, The code is correct as-is, since the model is already tasked with predicting the logarithmic depth (see [dm_lrn.py#L28](https://github.com/SamsungLabs/saic_depth_completion/blob/master/saic_depth_completion/modeling/dm_lrn.py#L28)). Therefore, we only have to apply the logarithm to the...

> Ok so the default embedding is designed to look at long sequences of `N` variables that have some relationship to each other and make a prediction of those same...

@baggiponte rye is the most interesting, but IMHO PDM is the only viable option for a switch, if need be

@PeriniM I might take care of it as soon as I'm done running tests for #147. I would [use a semaphore](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/document_loaders/async_html.py#L173) with a param specifying the number of concurrent graphs,...

@PeriniM opened a PR; code should be working, but better if you test it first hand before merging

@nobilelucifero could you share the full relevant code excerpt which you tried running and how should it look like to achieve tools customizability? will think how we might improve that...