Skip to content

Comments

Remove activation option of conv2d, convTranspose2d and batchnormalization#95

Merged
huningxin merged 2 commits intowebmachinelearning:mainfrom
mei1127:remove_activation
Aug 13, 2024
Merged

Remove activation option of conv2d, convTranspose2d and batchnormalization#95
huningxin merged 2 commits intowebmachinelearning:mainfrom
mei1127:remove_activation

Conversation

@mei1127
Copy link
Contributor

@mei1127 mei1127 commented Aug 7, 2024

Fixed #80
@huningxin @fdwr @BruceDai PTAL, thanks!

data: [6010, 7046, 11000, 9000],
};
const options = {groups: 4};
testConv2d(input, filter, expected, options, bias);
Copy link

@fdwr fdwr Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't we want to keep this line,and just delete line 955 and 960?

Same comment on line 1477 and 1550.

Copy link

@fdwr fdwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment - rest looks good.

Copy link

@fdwr fdwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@huningxin huningxin merged commit 9eeadad into webmachinelearning:main Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove activation option of conv2d, conv2dTranspose and batchNormalization operators

3 participants