We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2cd11 commit 50169efCopy full SHA for 50169ef
docs/see_also.md
@@ -48,7 +48,7 @@ converter is typically strong in this regards, since the parser is distributed w
48
49
In case none of the converters satisfy for your use case, you may find it necessary to adapt
50
the converter to fit your needs. This is very intuitive with torch2trt,
51
-since it is done inline with Python, and there are many [examples](converters) to reference. If you know
+since it is done inline with Python, and there are many [examples](converters.md) to reference. If you know
52
how the original PyTorch method works, and have the TensorRT Python API on hand, it is relatively straight forward to adapt torch2trt to your needs.
53
The extensibility is often helpful when you want to implement a converter that is specific to the
54
context the layer appears in.
0 commit comments