Damon Da Tong

Results 14 comments of Damon Da Tong

In the new version of `model_with_bucket`, the signature of argument `softmax_loss_function` has been changed: > softmax_loss_function: Function (labels-batch, inputs-batch) -> loss-batch to be used instead of the standard softmax (the...

> > @panguxiaoshen 大佬您好,请问有什么update吗?感谢! > > 我已经上传到 https://github.com/panguxiaoshen/tiny_yolov3 参考了你的代码,绕过5D -> 4D的方法很棒。

> > > > @panguxiaoshen 大佬您好,请问有什么update吗?感谢! > > > > > > > > > 我已经上传到 https://github.com/panguxiaoshen/tiny_yolov3 > > > > > > 参考了你的代码,绕过5D -> 4D的方法很棒。 > > 请问,哪个文件里有5D操作? train.py吗?...

running trtexec directly as follow: ``` /usr/src/tensorrt/bin/trtexec --onnx=./end2end.onnx --plugins=../../mmdeploy/lib/libmmdeploy_tensorrt_ops.so --workspace=6000 --fp16 --saveEng ine=end2end.engine ``` got output: ``` &&&& RUNNING TensorRT.trtexec [TensorRT v8201] # /usr/src/tensorrt/bin/trtexec --onnx=./end2end.onnx --plugins=../../mmdeploy/lib/libmmdeploy_tensorrt_ops.so --workspace=6000 --fp16 --saveEngine=end2end.engine [09/16/2022-10:31:55]...

> From the comparison of the two logs, I'd say it may be raised by insufficient mem. Would you try change the input resolution to `320x320 `or smaller and run...

> I have the same problem, have you solved it? I use the engine generated by `trtexec` for now.

> > > > Can you elaborate on that, because I haven't solved this problem yet, thanks. generate engine file using command like this: ``` /usr/src/tensorrt/bin/trtexec --onnx=./end2end.onnx --plugins=../../mmdeploy/lib/libmmdeploy_tensorrt_ops.so --workspace=6000 --fp16...

I am afraid this is not a valid modification, cause the code after will call `set_tactic_sources` at this line: https://github.com/open-mmlab/mmdeploy/blob/6f5161b2fad5006c4b101bfd2c3ea9486730fa00/mmdeploy/backend/tensorrt/utils.py#L177-L181 > Hi, would you try adding > > ``` >...

I tried to comment L176-182,and add `config.set_tactic_sources(1

Under the pre-release version of Jupyter plugin (v2022.8.1002431052), running code: ``` import ipywidgets as ipw ipw.Text(value="test") ``` nothing presented. Log of Jupyter plugin: ``` info 13:53:43.683: Execute Cell 0 /workspace/notebook/test.ipynb...