Skip to content

Commit

Permalink
deploy: 3e33ab7
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuyue committed Aug 23, 2023
1 parent 1483b01 commit 8ae0881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion latest/_sources/docs/source/releases_info.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The MSE tuning strategy does not work with the PyTorch adaptor layer. This strat

The diagnosis function does not work with ONNX Runtime 1.13.1 for QDQ format quantization of ONNX models. It can not dump the output value of QDQ pairs since framework limitation.

Keras version 2.13.0 is experiencing an open issue [18284](https://github.com/keras-team/keras/issues/18284) related to the absence of a `safe_mode` parameter in `tf.keras.models.model_from_json()`. This deficiency could potentially hinder the successful quantization of certain Keras models.

## Incompatible Changes

[Neural Compressor v1.2](https://github.com/intel/neural-compressor/tree/v1.2) introduces incompatible changes in user facing APIs. Please refer to [incompatible changes](incompatible_changes.md) to know which incompatible changes are made in v1.2.
Expand All @@ -29,4 +31,4 @@ The diagnosis function does not work with ONNX Runtime 1.13.1 for QDQ format qua

[Neural Compressor v2.0](https://github.com/intel/neural-compressor/tree/v2.0) renames the `DATASETS` class as `Datasets`, please notice use cases like `from neural_compressor.data import Datasets`. Details please check the [PR](https://github.com/intel/neural-compressor/pull/244/files).

[Neural Compressor v2.2](https://github.com/intel/neural-compressor/tree/v2.2) from this release, binary `neural-compressor-full` is deprecated, we deliver 3 binaries named `neural-compressor`, `neural-solution` and `neural-insights`.
[Neural Compressor v2.2](https://github.com/intel/neural-compressor/tree/v2.2) from this release, binary `neural-compressor-full` is deprecated, we deliver 3 binaries named `neural-compressor`, `neural-solution` and `neural-insights`.
1 change: 1 addition & 0 deletions latest/docs/source/releases_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
<h2>Known Issues<a class="headerlink" href="#known-issues" title="Permalink to this heading"></a></h2>
<p>The MSE tuning strategy does not work with the PyTorch adaptor layer. This strategy requires a comparison between the FP32 and INT8 tensors to decide which op impacts the final quantization accuracy. The PyTorch adaptor layer does not implement this inspect tensor interface. Therefore, do not choose the MSE tuning strategy for PyTorch models.</p>
<p>The diagnosis function does not work with ONNX Runtime 1.13.1 for QDQ format quantization of ONNX models. It can not dump the output value of QDQ pairs since framework limitation.</p>
<p>Keras version 2.13.0 is experiencing an open issue <a class="reference external" href="https://github.com/keras-team/keras/issues/18284">18284</a> related to the absence of a <code class="docutils literal notranslate"><span class="pre">safe_mode</span></code> parameter in <code class="docutils literal notranslate"><span class="pre">tf.keras.models.model_from_json()</span></code>. This deficiency could potentially hinder the successful quantization of certain Keras models.</p>
</section>
<section id="incompatible-changes">
<h2>Incompatible Changes<a class="headerlink" href="#incompatible-changes" title="Permalink to this heading"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 8ae0881

Please sign in to comment.