doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.23k stars 370 forks source link

how do I solve wrong result ? #152

Open GUUTA opened 3 years ago

GUUTA commented 3 years ago

For VGG16 and AlexNet Start verifying results ...
Item=0 is wrong (result=0.000000, golden_ref=-6.000000)
Item=1 is wrong (result=0.000000, golden_ref=3.000000)
Item=2 is wrong (result=0.000000, golden_ref=-8.000000)
Item=3 is wrong (result=0.000000, golden_ref=-9.000000)
Item=4 is wrong (result=0.000000, golden_ref=-5.000000)
Item=5 is wrong (result=0.000000, golden_ref=-1.000000)
Item=6 is wrong (result=0.000000, golden_ref=-12.000000)
Item=7 is wrong (result=0.000000, golden_ref=7.000000)
Item=8 is wrong (result=0.000000, golden_ref=10.000000)
Totally 941 Wrong Results

doonny commented 3 years ago

it seems that your program has not correctly load the image.dat file, so everything was zeros

GUUTA commented 3 years ago

it seems that your program has not correctly load the image.dat file, so everything was zeros

So how I would solve it? I was put all information in the /data folder. But it doesn't access it.