Added padding.

Fixed a bug with ImageLayerToConvolutional2D

Padding example
This commit is contained in:
Alec Helbling
2023-01-31 23:04:23 -05:00
parent 60bd02b22f
commit 4b06ce1622
20 changed files with 445 additions and 103 deletions

View File

@ -72,8 +72,6 @@ class CombinedScene(ThreeDScene):
# group.move_to(ORIGIN)
nn.move_to(ORIGIN)
# Play animation
forward_pass = nn.make_forward_pass_animation(
corner_pulses=False, all_filters_at_once=False
)
forward_pass = nn.make_forward_pass_animation()
self.wait(1)
self.play(forward_pass)