Skip to content

Commit

Permalink
generalize the first conv layer
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Jun 9, 2021
1 parent e7a12d5 commit 4a8f74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/05_intro_modified.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
kernel_quantizer="ste_sign",
kernel_constraint="weight_clip",
use_bias=False,
input_shape=(28, 28, 1),
input_shape=train_images.shape[1:],
)
)
# Scale is not needed, since we clip afterwards anyway.
Expand Down

0 comments on commit 4a8f74a

Please sign in to comment.