Skip to content

Add TinyProp convolutional layers to C library#1

Open
r1marcus wants to merge 1 commit intomainfrom
codex/add-1d-and-2d-convolution-layers-with-training
Open

Add TinyProp convolutional layers to C library#1
r1marcus wants to merge 1 commit intomainfrom
codex/add-1d-and-2d-convolution-layers-with-training

Conversation

@r1marcus
Copy link
Owner

Summary

  • add base Conv1D and Conv2D layer implementations with full training memory integration
  • provide default F32 bindings for the convolution layers and expose them via the aggregate header
  • implement forward and backward math kernels for 1D/2D convolutions and bias reductions in the default math library

Testing

  • not run (C library changes)

https://chatgpt.com/codex/tasks/task_e_68cfcc3111f08324a9c39abaf54351c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant