Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conv2D Layer Implementation and Tests #204

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hamzzy
Copy link

@hamzzy hamzzy commented Jan 9, 2025

No description provided.

Copy link
Member

@mjovanc mjovanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me generally, but just fix the dependency.

@@ -24,6 +24,8 @@ reqwest = "0.12.9"
ndarray = "0.16.1"
tar = "0.4.43"
serde_json = "1.0.133"
serde = { version = "1.0", features = ["derive"] }
approx = "0.5.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change approx to dev-dependencies since it is only used during testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants