-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Based on previous code refactoring #2282, the file ExpandConvTransLayer has been removed. By further refactoring the convolution layer of im2col + gemm, we can remove the ExpandConvBaseLayer file.
- The
addSharedBiasandbpropSharedBiasimplementation in theExpandConvBaseLayeris less performance, we can useMatrix::addSharedBiasandMatrix::collectSharedBiasto replace. - After removing the four functions related to the
bias operation,ExpandConvBaseLayerhas only one init function, so we can further refactor to remove this class.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels