lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
535 stars 136 forks source link

Recurrent python conv processes creates a deadlock #750

Closed Gavinator98 closed 11 months ago

Gavinator98 commented 11 months ago

Describe the bug If you create a recurrent network with conv layers between neurons, the model enters a deadlock. All processes wait on recv()

Expected behavior The conv model call send() before recv() similar to the dense model

Environment (please complete the following information):