Dat Nguyen

Results 7 issues of Dat Nguyen

👍 I enjoy using your `htmlquery` module. Wonder if there is any way to handle a click event without having to making thing complicated (e.eg using a full-pledged webdriver)

Hi @veeresht again, According to [Wikipedia on SNR](https://en.wikipedia.org/wiki/Wikipedia:Citing_sources) and [dsp.stackexchange](https://dsp.stackexchange.com/questions/19083/confusion-about-how-to-calculate-signal-to-noise-ratiosnr), it seems that we might need to normalize real inputs to be zero-mean as: `inputs = 2.0 * inputs -...

First of all, Great work! Thank you for sharing the code I wonder if it is possible to test on custom online photo, e.g. using my photo on the kaggle...

Hi hdbscan maintainer(s), This PR would prepare for the release to PyPi. I also notice that README.md contains old documentation on how to run tests. I believe this package no...

Hi @allanzelener , Thank you for your great work. I wonder if the current Loss Function works for non-square images? In file `keras_yolo.py`, I see this: ``` feats = K.reshape(feats,...

Added Azure OpenAI endpoint support. For Azure OpenAI, users need to specify `OPENAI_API_VERSION` and update the header to `api-key: ` instead of `Authorization: Bearer ` Reference: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions Testing: I was...