Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batch nomalization #16

Open
zhaohb opened this issue Mar 10, 2020 · 1 comment
Open

batch nomalization #16

zhaohb opened this issue Mar 10, 2020 · 1 comment

Comments

@zhaohb
Copy link

zhaohb commented Mar 10, 2020

Hi,

in resnet50 has batch nomalization layer, but I can not find bn kernel in device client, why?

thank you

@zhaohb zhaohb closed this as completed Mar 12, 2020
@zhaohb zhaohb reopened this Mar 12, 2020
@Abraham-Xu
Copy link

The Batch Normalization calculation locates in pe.cl. We recommend you to review the device code by following the data stream kernel by kernel, then you will find all the procedures. Or you can also have a look at the model header file like resnet50.h to build a thorough understanding of the whole structure of Runtime_Engine. Because all the varaible names in the header file are meanful, you can first make a guess of their functions and then trace them back to the kernel code to explore their real behavior.

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

No branches or pull requests

2 participants