File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,18 @@ Quantization (experimental)
247247 :figure: /_static/img/qat.png
248248 :description: :doc: `advanced/static_quantization_tutorial `
249249
250+ .. customgalleryitem ::
251+ :tooltip: Perform quantized transfer learning with feature extractor
252+ :description: :doc: `/intermediate/quantized_transfer_learning_tutorial `
253+ :figure: /_static/img/quantized_transfer_learning.png
254+
255+ .. customgalleryitem ::
256+ :tooltip: Convert a well-known state-of-the-art model like BERT into dynamic quantized model
257+ :description: :doc: `/intermediate/dynamic_quantization_bert_tutorial `
258+ :figure: /_static/img/bert.png
259+
260+
261+
250262.. raw :: html
251263
252264 <div style =' clear :both ' ></div >
@@ -328,7 +340,7 @@ PyTorch Fundamentals In-Depth
328340 beginner/text_sentiment_ngrams_tutorial
329341 beginner/torchtext_translation_tutorial
330342 beginner/transformer_tutorial
331-
343+
332344.. toctree ::
333345 :maxdepth: 2
334346 :includehidden:
@@ -385,6 +397,8 @@ PyTorch Fundamentals In-Depth
385397
386398 advanced/dynamic_quantization_tutorial
387399 advanced/static_quantization_tutorial
400+ intermediate/quantized_transfer_learning_tutorial
401+ intermediate/dynamic_quantization_bert_tutorial
388402
389403.. toctree ::
390404 :maxdepth: 2
You can’t perform that action at this time.
0 commit comments