We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87899c commit 18ba0e0Copy full SHA for 18ba0e0
prototype_source/fx_graph_mode_quant_guide.rst
@@ -4,7 +4,7 @@
4
**Author**: `Jerry Zhang <https://github.com/jerryzh168>`_
5
6
FX Graph Mode Quantization requires a symbolically traceable model.
7
-We use the FX framework (TODO: link) to convert a symbolically traceable nn.Module instance to IR,
+We use the FX framework to convert a symbolically traceable nn.Module instance to IR,
8
and we operate on the IR to execute the quantization passes.
9
Please post your question about symbolically tracing your model in `PyTorch Discussion Forum <https://discuss.pytorch.org/c/quantization/17>`_
10
0 commit comments