-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [ ] I want to train my custom dataset, and I have read the …
-
### Description
Hello, I am trying to inference detection model using 2 tpu's using model pipelining. I have google coral dev board and google coral usb accelerator connected to coral devboard. I am …
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have read the …
-
Keyerrors which occur in ptq process mainly due to that the head or tail of a block (sub-graph) is not a `torch.nn.Module`.
Will fix it next week.
-
你好,我想请教一下QAT相关问题.
1.动态图QAT完成后,存为inference模型. 用netron打开,为什么看不到整数的参数值呢.(静态图QAT完成后,在conv2d的op里是可以看到存为FP32格式的整数的)
2.QAT的模型在推理的时候,INT8的计算体现在哪些op上呢?是否有相关原理或者文章可以学习?(写论文会用上,paddleslim文档没有找到相关论文链接)
3…
-
-
## 🚀 Feature
---
In this doc we are requesting comments for the implementation of the sparsification flow as part of architecture optimization namespace (`torch.ao`)
with: @raghuramank100 @dskh…
-
(Apologies if this is already supported, the docs are unclear/confusing)
DJL-serving claims support for TensorRT model on https://github.com/deepjavalibrary/djl-serving
DJL FAQ doesn't mention s…
-
I am training object detection with stm32ai-model zoo, I use the train scripts with these configs in user_config.yaml. I have an STM account and this account can log in to the stm32ai cloud, the path …
-
环境:
Ubuntu18.04,cuda10.1,
Torch==1.8.1+cu101, Torchvision==0.9.1+cu101,
onnx==1.11.0,onnx-simplifier==0.3.10,onnxoptimizer==0.2.7,onnxruntime==1.11.1
安装:
使用的MQBench是最新的main分支代码。安装过程是按照文档的说明进行安装…