mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-08-06 00:48:56 +08:00
Added padding.
Fixed a bug with ImageLayerToConvolutional2D Padding example
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user