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

how to training?? #1

Open
doohan93 opened this issue Jun 11, 2018 · 3 comments
Open

how to training?? #1

doohan93 opened this issue Jun 11, 2018 · 3 comments

Comments

@doohan93
Copy link

Hi,

I'm beginner on neural network, so your rtl is very useful for me..

I have a question..
I can see threshold value on CNN.v like belows..
How to get threshold value(22'b0000000000101001000110)..??

        if(write_Stage_maxpooling == 3600) begin
                if(sort_counter < 3600) begin
                        if($signed(22'b0000000000101001000110) <= $signed(stage3Output[sort_counter])) 

Thanks,
Doohan93

@myacc6789
Copy link

Hello,
This is a informative project. Have a question on threshold. How do we calculate the threshold value 22'b0000000000101001000110?
if(write_Stage_maxpooling == 3600) begin
if(sort_counter < 3600) begin
if($signed(22'b0000000000101001000110) <= $signed(stage3Output[sort_counter]))
Thanks.

@rahulgupta2024
Copy link

b

Hello, This is a informative project. Have a question on threshold. How do we calculate the threshold value 22'b0000000000101001000110? if(write_Stage_maxpooling == 3600) begin if(sort_counter < 3600) begin if($signed(22'b0000000000101001000110) <= $signed(stage3Output[sort_counter])) Thanks.

Hi,
have you got the answer of this?

@rahulgupta2024
Copy link

Hi,

I'm beginner on neural network, so your rtl is very useful for me..

I have a question.. I can see threshold value on CNN.v like belows.. How to get threshold value(22'b0000000000101001000110)..??

        if(write_Stage_maxpooling == 3600) begin
                if(sort_counter < 3600) begin
                        if($signed(22'b0000000000101001000110) <= $signed(stage3Output[sort_counter])) 

Thanks, Doohan93

Do you have answer of this now? Kindly help me if you have!!

Thank You

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

3 participants