a1exxd0 / HaDoLibrary

Lightweight, header only ML library with support for OpenMP for a variety of neural networks.
9 stars 1 forks source link

Convolutional Layer algorithm isn't working. #12

Closed a1exxd0 closed 3 months ago

a1exxd0 commented 5 months ago

We provide commented out code in main.cpp that breaks the algorithm, but suspect that the backpropagation itself is the culprit, not an edge case in particular.

haaris-farooq commented 3 months ago

Fixed in latest merge request