doonny / PipeCNN

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

Weights.dat size problem #100

Closed jigsaw0chen closed 5 years ago

jigsaw0chen commented 5 years ago

when using matlab script to extract weight from caffe model,the size of my weight.dat is different from what I download from baidu cloud driver: from the cloud driver tim 20190109181203 extract from caffemodel file using script image extract code: image image if I use the same caffe-trained alexnet,I should get the same file size. what did I do wrong?

jigsaw0chen commented 5 years ago

problem solved! image