Seppo Enarvi
Seppo Enarvi
> @senarvi we have fixed master a few munites ago, so shall be 🟢 could you pls merge it here 🐿️ Great. Seems like the tests are passing now.
> > > @senarvi we have fixed master a few munites ago, so shall be 🟢 could you pls merge it here 🐿️ > > > > > > Great....
Seems like I was able to fix most of the unit tests. The biggest job was to get the TorchScript compilation working. In order to fix it, I had to...
Hi @patches11 . I haven't trained models on YOLO recently. Also, I don't have access to a compute cluster for training these models anymore. I did check earlier that I...
Yeah, it will be interesting if we can get all the augmentations and training tricks exactly as in the papers. That way we could get a fair comparison between YOLO...
I'm facing this problem too. I'm trying to crawl a web site, but the server accepts comma only unencoded. I've verified this with Chrome - I can open a link...
I tried removing the safe_url_string() call from Request._set_url(), but it didn't help. I don't know what causes the escaping. I ended up just adding a quick workaround: self._url = self._url.replace('%2C',...
It took me a while to find this. I was also annoyed by the fact that every time I get back to the experiment page, MLflow resets the columns I'm...
I think pytorch-quantization has the same problem. After upgrading to Ubuntu 24.04 (Python 3.12), I cannot install pytorch-quantization using pip anymore. ``` $ pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com pytorch-quantization Looking...
@ttyio thanks! That's good to know.