fpgasystems / spooNN

FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
GNU Affero General Public License v3.0
259 stars 74 forks source link

dma.recvchannel.wait() stuck while trying to run the fire function of halfsqueezenet #40

Open swleungbrian opened 2 years ago

swleungbrian commented 2 years ago

Dear Sir,

I am trying your notebook "halfsqueezenet-objdetect.ipynb" but dma.recvchannel.wait() stuck and keep waiting after calling the fire function. Strange that function "weightsfactors_transfer" went fine.

I tried your "mnist-cnn.ipynb" and it worked.

Regards,

Brian