-
### Issue Type
Others
### Source
pip (model-compression-toolkit)
### MCT Version
2.1.0
### OS Platform and Distribution
Ubuntu 22.04.4 LTS
### Python version
3.9.19
### Describe the issue
W…
-
##### System information (version)
<
- OpenCV => 4.3.0
- Operating System / Platform => Ubuntu 64 Bit
- Compiler => g++
>
##### Detailed description
< My model has dsnt(Numerical Coordinat…
-
## Description
I generated calibration cache for Vision Transformer onnx model using EntropyCalibration2 method. When trying to generate engine file using cache file for INT8 precision using trte…
-
I changed the loss to MultLabelSoftMargin classifier. My input is a regular 4 dimension image array and targets are one hot encoded vectors(with vector length = n_classes). I am performing multilabel …
-
## 🐛 Bug
PyTorch implements its own argument parser to call into C++ from Python. https://github.com/pytorch/pytorch/pull/51350 regressed this component under certain circumstances. This is a good …
-
## Describe the bug
I'm trying to use UQFF File in a local environment only, but my sample code is still sending requests to Hugging Face.
I would like to know how to prevent these external requests…
-
Hi,
I have been playing around with re-implementing some of your models in Marian and while progressing through the code I noticed that you are not actually using sparsemax for Comet-KIWI and Comet-X…
-
### 🐛 Describe the bug
在将deformble-detr代码使用TensorBoard进行模型结构输出时出现:
```
/root/autodl-tmp/read-Deformable-DETR-main/util/misc.py:300: TracerWarning: Iterating over a tensor might cause the trace to b…
-
what to do if my code has non-standard layer.
Any suggestion on how to modify the code?
Thanks a lot.
-
I use 'tf.util.now()' to measure the running time of the model.