Mr.Li

Results 56 comments of Mr.Li

> I got an error > Attribute error "tensorrt.tensorrt.Builder" has no attribute "build serialized network" > I guess that's due to the different version of tensorrt am I right? >...

@suncheng-s 已支持,请参考https://github.com/deepcam-cn/yolov5-face/pull/108#issue-1083085258

> > @suncheng-s 已支持,请参考[#108(评论)](https://github.com/deepcam-cn/yolov5-face/pull/108#issue-1083085258) > > 可以提供正确转onnx 和推理onnx的代码吗 感谢 期待您的回复 已经合并到主分支了,直接用就可以。

> 您的意思是说yolo5face 的代码库 已经更新过 ? 下载最新的git项目 需要重新训练 然后在运行转onnx就没问题了吗 目前权重可以直接转为onnx 后处理只需要NMS等了。

For follow-up procedure, see https://github.com/deepcam-cn/yolov5-face/blob/0f695a0fad36a2d2299aa3afa4f05eceb344228b/torch2tensorrt/main.py#L94

> export.py转换出来的ONNX不是最终结果,求正确转换的方法,我是菜鸟 @beautyrank 已支持,请参考https://github.com/deepcam-cn/yolov5-face/pull/108#issue-1083085258

已提PR,支持纯文本对话。 https://github.com/THUDM/VisualGLM-6B/pull/132

我也想问 假设 模型为timm_resnet50, 配置文件配置了Tensor并行。训练过程中 模型的Tensor并行是否生效 及 哪些算子生效?