Skip to content

Problems in running Pavlovian Conditioning code. #599

Discussion options

You must be logged in to vote

So I think your issue is that when you save your EI connectivity at https://github.com/JeongInHoi/data-for-question-genn/blob/main/izhikevich_pavlovian_PB_consolidation0616.py#L240 you add no_exc to the postsynaptic indices but, when you load it at https://github.com/JeongInHoi/data-for-question-genn/blob/main/common_PB_consolidation0616.py#L305-L308 you don't subtract this off again, meaning that the connectivity points to non-existent neurons, causing the error you found.

Also, your simulations are downloading the connectivity and synaptic weights and writing them to disk extremely frequently. This is very inefficient, especially for the connectivity as it does not change after the mode…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@JeongInHoi
Comment options

Comment options

You must be logged in to vote
7 replies
@neworderofjamie
Comment options

@JeongInHoi
Comment options

@JeongInHoi
Comment options

@neworderofjamie
Comment options

Answer selected by neworderofjamie
@JeongInHoi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants