AniketBadhan / Convolutional-Neural-Network

Implementation of CNN using Verilog
177 stars 75 forks source link

how to training?? #1

Open doohan93 opened 6 years ago

doohan93 commented 6 years ago

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 commented 3 years ago

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 commented 1 year ago

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 commented 1 year ago

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