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

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="manim_ml",
version="0.0.14",
version="0.0.15",
description=(" Machine Learning Animations in python using Manim."),
packages=find_packages(),
)