You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run Wong Wang model, original and reduced version on ds.Cmat network and my purpose is to get proper FC and FCD matrices, but I could not find a suitable configuration for the model parameters that does not give nan. I tried also putting k_gl the global coupling to zero, still getting nan. Have you ever tried to get FCD from WW model?
I also could not figure out how to get the reduced version, apparently the from neurolib.models.ww.model import WWModel return the original version,
could you please guide?
Cheers
A
The text was updated successfully, but these errors were encountered:
Dear developers,
I am trying to run Wong Wang model, original and reduced version on ds.Cmat network and my purpose is to get proper FC and FCD matrices, but I could not find a suitable configuration for the model parameters that does not give nan. I tried also putting
k_gl
the global coupling to zero, still getting nan. Have you ever tried to get FCD from WW model?I also could not figure out how to get the reduced version, apparently the
from neurolib.models.ww.model import WWModel
return the original version,could you please guide?
Cheers
A
The text was updated successfully, but these errors were encountered: