-
A recent deploy had some tasks fail.
Here is the subset of failures:
```
DEBUG [f89c62cc] Command: [ -L /swadm/apps/peoplesoft_course_class_data/releases/20200121152853/config/credentials.rb ]
…
-
When executing
```
from qat.lang.AQASM import Program, H, CNOT
# Create a Program
qprog = Program()
# Number of qbits
nbqbits = 2
# Allocate some qbits
qbits = qprog.qalloc(nbqbits)
# App…
-
### Describe the bug
I am trying to use mmrazor to quantize the model, but it gives me the following error and fails -
Traceback (most recent call last):
File "tools/ptq.py", line 74, in
…
-
请问QAT量化部分的代码和train.py一样,是如何进行量化的呀
-
## ❓ Questions
Hi there, I'm currently trying to train htdemucs in a colab environment, with around 40GB of vram. I made a simple variant of the default experiment and I'm running using !dora run -…
-
### System information
- **Have I written custom code (as opposed to using a stock example script
provided in TensorFlow)**:
Custom code
- **OS Platform and Distribution (e.g., Linux U…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
Like QAT or PTQ....
### Use…
-
Hi, I was wondering if anyone could help how to convert and quantize SSD models on TF2 Object Detection Model Zoo.
It seems like there's a difference in converting to .tflite in TF1 and TF2. To t…
-
使用方法参考[官方示例文档](https://github.com/PaddlePaddle/PaddleSlim/tree/develop/example/auto_compression/detection),
通过指令导出模型:
```python
python tools/export_model.py \
-c configs/ppyoloe/ppyoloe_plus_crn…
-
请问有人同时测试过库里的vitis和tengine两个平台吗,最近在做yolov3-tiny w4a8的qat,测出来反而是打开pot模式的vitis量化效果更好,tengine的方案效果极差,有人有类似的结果吗?