Louis Chanouha
Louis Chanouha
Hello, I'm trying to train my object detection model. I can successfully see the loss fastly decreased: ``` noObjectLoss[0]: 211 objectLoss[0]: 0.051 coordLoss[0]: 0.8326 classLoss[0]: 0 totalLoss[0]: 211.8837 ``` to...
### Description Since upgrade tomatrix-synapse-py3==1.53.0+focal1 from 1.49.2+bionic1 i observe memory leak on my instance. The upgrade is concomitant to OS upgrade from Ubuntu bionic => focal / Python 3.6 to...
Hello `mime_type = "text/calendar; charset=utf8"` should be replaced by: `mime_type = "text/calendar; charset=utf-8"` References: - Google's ics implementation returns: content-type: text/calendar; charset=utf-8 - https://www.w3.org/International/articles/http-charset/index Regards,
On Firefox (74 Windows, 75 Linux), downloaded filename have an invalid file name: "cat". It works well on latest version of Safari and Chrome. The response headers of the download...
Hello, I'm trying to implement OIDC user provisionning to our Chirpstack Project. OIDC authentication looks fine, but we get an error: ``` email%20is%20missing ``` when /api.InternalService/OpenIdConnectLogin is called. I looked...
Hi, My CAS server (custom CASino app) uses UTF-8-encoded attributes. Shib-Cas module does not set defaut encoding, so i just on method to set it on UTF-8 . ``` diff...