-
Notifications
You must be signed in to change notification settings - Fork 86
Experimental support for 5x5 convolution on CPU #683
Conversation
How to test 5x5 conv...? |
notice: current FPGA implementation cannot execute 5x5 conv |
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
I gave up 5x5 conv on TCAv2 by this branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ownership Approval
/ready |
⏳Merge job is queued... |
part of #475 .
Motivation and Context
5x5 convolution is desired by #435 and other networks.
Almost of all routines are already supports 5x5 convolution, but not tested well...
Description
In 5x5 convolution, maximum number of channel is limited by 436 (= floor(32767 / (5*5 * 3))).
So assertion are used to check this constraints.
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: