Skip to content

Commit 4118a11

Browse files
authored
FIX: x_test scaling (#220)
1 parent 64415ee commit 4118a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/examples/layers_weightnormalization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"x_train = x_train.astype('float32')\n",
231231
"x_test = x_test.astype('float32')\n",
232232
"x_train /= 255\n",
233-
"x_test /= 25"
233+
"x_test /= 255"
234234
],
235235
"execution_count": 0,
236236
"outputs": []

0 commit comments

Comments
 (0)