Skip to content

Commit 94cc074

Browse files
author
Beat Buesser
committed
Fix expected value for repr in Keras
Signed-off-by: Beat Buesser <[email protected]>
1 parent 7748000 commit 94cc074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/estimators/classification/test_deeplearning_common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"channels_first=False",
425425
"clip_values=array([0., 1.], dtype=float32)",
426426
"preprocessing_defences=None",
427-
"preprocessing=[(mean=0, std=1, apply_fit=True, apply_predict=True)",
427+
"preprocessing=StandardisationMeanStd(mean=0, std=1, apply_fit=True, apply_predict=True)",
428428
"input_layer=0, output_layer=0"
429429
],
430430
"test_repr_kerastf": [

0 commit comments

Comments
 (0)