Running notebook 03a_generate_synthetic_data.ipynb: What parameters to use for RWW PyTorch Model#1
Open
dChakr wants to merge 1 commit into
Open
Running notebook 03a_generate_synthetic_data.ipynb: What parameters to use for RWW PyTorch Model#1dChakr wants to merge 1 commit into
dChakr wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there!
My name is Dyuti Chakraborty, I'm a final year undergraduate student at Imperial College London (UK) and I'm undertaking a master's project in whole-brain modelling.
I came across the paper "Deep Learning-Based Parameter Estimation for Neurophysiological Models of Neuroimaging Data" (doi: https://doi.org/10.1101/2022.05.19.492664) and wanted to try out the code mentioned. I tried to run one of the examples (
notebooks/03a_generate_synthetic_data.ipynb), however came across some issues which I hoping could be cleared up!I was having trouble running some functions, such as initiating the
RNNWWDmodel in block 6, since some of the required arguments were missing. These arguments include values for some required parameters, such asgEE,gIE,gEI, etc. I have tried to use other values for these parameters, based on the paper or other examples, but am having difficulty reproducing your results. Other cases include missing the cost value and learning rate when calling theModel_fitting()function and the values ofx0andhe0when testing the model inF.test(). I was wondering whether you could provide the values of these parameters, or point to where they are mentioned in the literature?Thanks!
Dyuti