This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
MaxPool and AvgPool in dnnl should handle strides #43
Labels
machine learning
APIs and examples related to machine learning
I believe right now, maxpool just sends down unnormalized data and avgpool always normalizes. Striding isn't handled on the dnnl side yet. Would also need to fix the associated grad functions.
The text was updated successfully, but these errors were encountered: