Skip to content

Commit edd005d

Browse files
authored
Update Contributors and Typo Correction (#1658)
1 parent 4327386 commit edd005d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Contributing Guide
2+
> [!CAUTION]
3+
> **Sorry, pull requests from external contributors are currently closed**
24
35
## Issue Tracker
46

tests/keras_tests/feature_networks_tests/feature_networks/network_editor/change_qc_attr_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def create_networks(self):
4646
def compare(self, quantized_model, float_model, input_x=None, quantization_info=None):
4747
conv_layer = get_layers_from_model_by_type(quantized_model, layers.Conv2D)[0]
4848
self.unit_test.assertTrue(conv_layer.layer.bias is None) # If bias correction is enabled, a bias should be added -
49-
# This asserts the editing occured
49+
# This asserts the editing occurred
5050

5151

5252
class ChangeFinalActivationQCAttrTest(BaseKerasFeatureNetworkTest):

0 commit comments

Comments
 (0)