Skip to content

Add 2 new quant tutorials #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/img/bert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/img/quantized_transfer_learning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,18 @@ Quantization (experimental)
:figure: /_static/img/qat.png
:description: :doc:`advanced/static_quantization_tutorial`

.. customgalleryitem::
:tooltip: Perform quantized transfer learning with feature extractor
:description: :doc:`/intermediate/quantized_transfer_learning_tutorial`
:figure: /_static/img/quantized_transfer_learning.png

.. customgalleryitem::
:tooltip: Convert a well-known state-of-the-art model like BERT into dynamic quantized model
:description: :doc:`/intermediate/dynamic_quantization_bert_tutorial`
:figure: /_static/img/bert.png



.. raw:: html

<div style='clear:both'></div>
Expand Down Expand Up @@ -328,7 +340,7 @@ PyTorch Fundamentals In-Depth
beginner/text_sentiment_ngrams_tutorial
beginner/torchtext_translation_tutorial
beginner/transformer_tutorial

.. toctree::
:maxdepth: 2
:includehidden:
Expand Down Expand Up @@ -385,6 +397,8 @@ PyTorch Fundamentals In-Depth

advanced/dynamic_quantization_tutorial
advanced/static_quantization_tutorial
intermediate/quantized_transfer_learning_tutorial
intermediate/dynamic_quantization_bert_tutorial

.. toctree::
:maxdepth: 2
Expand Down
Loading