Added the ability to make residual connections.

Note: still need to add the residual plus icon.
This commit is contained in:
Alec Helbling
2023-02-01 12:40:43 -05:00
parent 4b06ce1622
commit 27d235de25
8 changed files with 358 additions and 4 deletions

View File

@ -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