Skip to content

v0.1.0

Compare
Choose a tag to compare
@thibo73800 thibo73800 released this 18 Mar 16:19
· 1 commit to v0.1.0 since this release
ea69d95

What's Changed


  • add skip_adapt_graph option to not adapt the graph before to export to TensorRT.
  • Fix issue when calling TRTExecutor() without engine, its now TRTExecutor(stream=cuda.Stream())
  • Automatically adapt graph by default: handle clip operations + simplify onnx graph. Is is not mandatory to override this method anymore. This change will not affect the current trt exporter since the adapt_graph method is supposed to be override.

Full Changelog: v0.0.1...v0.1.0