zhaoke

Results 4 comments of zhaoke

win10系统下, 在cmd设置 set FLAGS_call_stack_level = 2 配置: paddle_inference2.6 CUDA11.8 cuDNN8.6 TensorRT8.5 Code: // Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0...

你好, 我昨天也调试了一下. 挨个观察, 发现是run_mode的设置问题. 默认是paddle_gpu, 改成trt_xxx就可以了.

另外请教一个问题. 使用TensorRT的情况下, 加载模型需要时间太长. 有没有办法在几秒或者几十秒内完成?

W0508 15:06:45.928721 8180 op_compat_sensible_pass.cc:232] Check the Attr(axis) of Op(elementwise_add) in pass(conv_elementwise_add_fuse_pass) failed! W0508 15:06:45.929718 8180 conv_elementwise_add_fuse_pass.cc:94] Pass in op compat failed. W0508 15:06:45.929718 8180 op_compat_sensible_pass.cc:232] Check the Attr(axis) of Op(elementwise_add)...