dgschwend/zynqnet

use modified model of zynqnet and run on CPU but segment fault.

KingOfBanana opened this issue · 1 comments

Hi David,
I want to put zynqnet on zynq 7Z030 which has less brams compared to your 7045, so I have modified your zynqnet model. I changed the output channels of some layers to reduce the conv kernels in zynqnet to reduce the requirement of bram.I ran my customed program on my PC found it has segment fault, but yours original program has no error.I just used your tools to regenerate the weights.bin, indata.bin, network.cpp and network.hpp and replaced them in original netwok. Do you think any other changes should be taken? Thanks!