-
/kind bug
**What steps did you take and what happened:**
I would like to deploy my ML model with KServe's Inference Service.
I trained ML model with scikit-learn SVM classifier and sklearn's iri…
-
## 🐛 Bug
I am facing a very strange memory leak when using `torch.as_tensor` or `torch.tensor` only in a specific situation. I have placed a complete repro below, which demonstrates the issue c…
-
### 🐛 Describe the bug
Hi I have a script that runs with the DataParralell trainer on a machine with 8 H100 GPUs (aws p5 vm). When we run the script it starts to randomly get stuck forever at some …
-
**Description**
I'm trying to deploy text to speech model with onnx and triton. When running the server, I get this error: failed:Protobuf parsing failed.
also model status is : UNAVAILABLE: Interna…
-
File "E:\DeepFashion2 Dataset\vision\transforms\transforms.py", line 343, in __call__
boxes[:, :2] += (int(left), int(top))
IndexError: too many indices for array
When I run train_ssd_lite.py…
-
Hi, thanks for all the work with the repo @marcoslucianops . I noticed an issue when exporting a RT-DETR pytorch model for earlier versions of deepstream (6.0.1) with the --simplify tag.
Specifica…
-
## Intro to Tensorflow
- 在tensorflow中,数据是被封装在一个Object叫tensor。
### Session
- TensorFlow’s api是构建基于Computational Graph(计算图)上的。
- TensorFlow Session **is an environment for running a graph.**
```p…
-
A strange issue when running an example from Laurence Moroney's "AI and Machine Learning for Coders...". When running the following code on an M1 MacBook Air
```
import tensorflow as tf
mnist =…
-
# 💻 cs
## 📚 mask (total: 9)
### 📃 Deep Pneumonia: Attention-Based Contrastive Learning for Class-Imbalanced Pneumonia Lesion Recognition in Chest X-rays
- **Authors:** Xinxu Wei, Haohan Bai, Xianshi …
-
First of all, thank you for Rubix ML. It's an amazing piece of work!
I'm analyzing a bunch of short articles (avg token count: 8 per sample) for similarity/identicalness using TF-IDF, L1/L2 Normali…