You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING:Model Compression Toolkit:There are output values that deviate significantly from the average. Refer to the following images and the TroubleShooting Documentation (MCT XQuant Extension Tool) of 'Outlier Removal'.
WARNING:Model Compression Toolkit:There are activations that contain negative values. Refer to the troubleshooting manual of "Shift Negative Activation".
WARNING:Model Compression Toolkit:There are unbalanced range layers concatnated. Refer to the troubleshooting manual of 'Unbalanced "concatenation"'.
182
+
167
183
* `Mixed Precision with model output loss objective <https://sonysemiconductorsolutions.github.io/mct-model-optimization/docs_troubleshoot/troubleshoots/mixed_precision_with_model_output_loss_objective.html#ug-mixed-precision-with-model-output-loss-objective>`_
168
184
185
+
::
186
+
187
+
WARNING:Model Compression Toolkit:the quantization bitwidth of the last layer is an extremely small number. Refer to the troubleshooting manual of 'Mixed Precision with model output loss objective'.
Copy file name to clipboardExpand all lines: docs/docs_troubleshoot/_sources/troubleshoots/unbalanced_concatenation.rst.txt
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,9 @@ When you discover the concatenation layers with inputs that have notably differe
46
46
47
47
48
48
2. Add a scaling operation between problematic "concatenation" layers in your float model.
49
+
50
+
When the Unbalanced "concatenation" layers detected, the following formula message will be displayed.
51
+
You can add the displayed scaling operation between the layers to your network.
52
+
53
+
::
54
+
WARNING:Model Compression Toolkit:first layer:features.15.conv.2, second layer:features.15.conv.3, if you add a scaling operation, recommended scaling:first layer * 5.758747418625537
Copy file name to clipboardExpand all lines: docs/docs_troubleshoot/troubleshoots/unbalanced_concatenation.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,12 @@ <h2>Solution<a class="headerlink" href="#solution" title="Link to this heading">
79
79
<olclass="arabic simple" start="2">
80
80
<li><p>Add a scaling operation between problematic “concatenation” layers in your float model.</p></li>
81
81
</ol>
82
+
<p>When the Unbalanced “concatenation” layers detected, the following formula message will be displayed.
83
+
You can add the displayed scaling operation between the layers to your network.</p>
84
+
<dlclass="simple">
85
+
<dt>::</dt><dd><p>WARNING:Model Compression Toolkit:first layer:features.15.conv.2, second layer:features.15.conv.3, if you add a scaling operation, recommended scaling:first layer * 5.758747418625537</p>
<h2>Understanding the Judgeable Troubleshoots<aclass="headerlink" href="#understanding-the-judgeable-troubleshoots" title="Link to this heading">¶</a></h2>
205
-
<p>The following items are automatically identified by the XQuant Extension Tool.</p>
206
-
<p>Please refer to the respective Troubleshooting Manuals for details.</p>
205
+
<p>The following items are automatically identified by the XQuant Extension Tool.
206
+
When this tool detects these issues, corresponding WARNING messages are displayed in your console.
207
+
Please refer to the respective Troubleshooting Manuals and change the configuration as needed.</p>
<li><p><aclass="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/docs_troubleshoot/troubleshoots/mixed_precision_with_model_output_loss_objective.html#ug-mixed-precision-with-model-output-loss-objective">Mixed Precision with model output loss objective</a></p></li>
212
228
</ul>
229
+
<divclass="highlight-default notranslate"><divclass="highlight"><pre><span></span><spanclass="n">WARNING</span><spanclass="p">:</span><spanclass="n">Model</span><spanclass="n">Compression</span><spanclass="n">Toolkit</span><spanclass="p">:</span><spanclass="n">the</span><spanclass="n">quantization</span><spanclass="n">bitwidth</span><spanclass="n">of</span><spanclass="n">the</span><spanclass="n">last</span><spanclass="n">layer</span><spanclass="ow">is</span><spanclass="n">an</span><spanclass="n">extremely</span><spanclass="n">small</span><spanclass="n">number</span><spanclass="o">.</span><spanclass="n">Refer</span><spanclass="n">to</span><spanclass="n">the</span><spanclass="n">troubleshooting</span><spanclass="n">manual</span><spanclass="n">of</span><spanclass="s1">'Mixed Precision with model output loss objective'</span><spanclass="o">.</span>
<h2>Understanding the General Troubleshoots<aclass="headerlink" href="#understanding-the-general-troubleshoots" title="Link to this heading">¶</a></h2>
WARNING:Model Compression Toolkit:There are output values that deviate significantly from the average. Refer to the following images and the TroubleShooting Documentation (MCT XQuant Extension Tool) of 'Outlier Removal'.
WARNING:Model Compression Toolkit:There are activations that contain negative values. Refer to the troubleshooting manual of "Shift Negative Activation".
WARNING:Model Compression Toolkit:There are unbalanced range layers concatnated. Refer to the troubleshooting manual of 'Unbalanced "concatenation"'.
182
+
167
183
* `Mixed Precision with model output loss objective <https://sonysemiconductorsolutions.github.io/mct-model-optimization/docs_troubleshoot/troubleshoots/mixed_precision_with_model_output_loss_objective.html#ug-mixed-precision-with-model-output-loss-objective>`_
168
184
185
+
::
186
+
187
+
WARNING:Model Compression Toolkit:the quantization bitwidth of the last layer is an extremely small number. Refer to the troubleshooting manual of 'Mixed Precision with model output loss objective'.
Copy file name to clipboardExpand all lines: docsrc/source_troubleshoot/troubleshoots/unbalanced_concatenation.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,9 @@ When you discover the concatenation layers with inputs that have notably differe
46
46
47
47
48
48
2. Add a scaling operation between problematic "concatenation" layers in your float model.
49
+
50
+
When the Unbalanced "concatenation" layers detected, the following formula message will be displayed.
51
+
You can add the displayed scaling operation between the layers to your network.
52
+
53
+
::
54
+
WARNING:Model Compression Toolkit:first layer:features.15.conv.2, second layer:features.15.conv.3, if you add a scaling operation, recommended scaling:first layer * 5.758747418625537
0 commit comments