cnrl / CoNeX

Cortical Network for everything!
MIT License
3 stars 0 forks source link

KWTA with k=1 must respect k value #44

Closed SamanArzaghi closed 8 months ago

SamanArzaghi commented 9 months ago

Imagine a case where neuron group return the same results

n.v = tensor.array([0.0, 0.0])

https://github.com/cnrl/CoNeX/blob/141bf2c928c2b76040caa051bfa32b3759c12ffe/conex/behaviors/neurons/specs.py#L109C73-L109C73

saeedark commented 9 months ago

Thank you for making this issue. please check the pull request, and let me know if this fixes the issue.