Commit 0da7a4e
authored
Add check before setting bias of conv_weights in SeparableConvQuantize
Not to copy the weights if bias is not used in the SeperableConv2D layer1 parent 973f5b3 commit 0da7a4e
File tree
1 file changed
+2
-1
lines changed- tensorflow_model_optimization/python/core/quantization/keras/default_8bit
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
| 486 | + | |
486 | 487 | | |
487 | 488 | | |
488 | 489 | | |
| |||
0 commit comments