JohnConnor123
JohnConnor123
### Bug description It seems that I found a bug related to logging of saved photos. When uploading an image to tensorboard and twisting the slider, some images are not...
### Describe your feature / Опишите ваше предложение Насколько возможно добавить возможность замены Яндекс переводчика на гугл переводчик? Гугл часто переводит получше и попонятнее, где яндекс откровенно лажает. Возможно это...
Fixed a bug due to which mmdet was not installed for some Windows 10 users. ## Motivation I was one of the users who experienced this bug. All options did...
Hello. I tried to port the trained Faster RCNN from torchvision.models to RK3588 (orange pi 5), but I get an error in the photo. When trying to import a model...
### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Local machine...
When trying to create a scatter plot with long descriptions (~5k chars), the html file stops running. Unfortunately, the description cannot be shortened. Here's a code snipped that will help...
### Description I've been trying to install cuml for about 2 days, but with poetry it's not possible :( [Poetry Runtime Logs.txt](https://github.com/user-attachments/files/17422033/Poetry.Runtime.Logs.txt) ### Poetry Installation Method pipx ### Operating System...
Code to reproduce: ``` import onnx from onnx2torch import convert onnx_model = onnx.load("cifar10-model.onnx") model = convert(onnx_model) model(torch.randn(128, 3, 32, 32)) ``` Model to reproduce (rename .txt to .onnx): [model.txt](https://github.com/user-attachments/files/16971524/model.txt) Traceback:...
Hello, I am relatively new to llama.cpp. I am writing a script to compare quantizations. My task is to calculate perplexity for a number of quantizations. For all quantizations except...