mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-08-06 17:29:45 +08:00
Added the ability to make residual connections.
Note: still need to add the residual plus icon.
This commit is contained in:
@ -60,7 +60,7 @@ class CombinedScene(ThreeDScene):
|
||||
),
|
||||
Convolutional2DLayer(
|
||||
num_feature_maps=3,
|
||||
feature_map_size=6,
|
||||
feature_map_size=6,
|
||||
filter_size=3,
|
||||
padding=0,
|
||||
padding_dashed=False
|
||||
|
Reference in New Issue
Block a user