Skip to content

2. Common Issues

Ren Zeng edited this page Dec 24, 2021 · 2 revisions
  1. What is CUDA stream

  2. Internal error: could not find any implementation for node ...

Try increase workspace size, by default Tensorrt use 16MB workspace size, tiny-tensorrt enlarges it to 1GB, should be sufficient for most of the networks, but may still fail for some very large networks. This may also indicate a bug in TensorRT.

Clone this wiki locally