We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which path location has to be given in the config file while running the task 1 dilation code?
I am giving the experiments folder location present in the task 1 folder but it is showing indentation error.
experiments_folder = os.path.dirname('C:/Users/User/auditoryEegChallengeCode/task1MatchMismatch/experiments') task_folder = os.path.dirname(experiments_folder) config_path = os.path.join(task_folder, 'util', 'config.json')
File "", line 2 experiments_folder = os.path.dirname('C:/Users/User/auditoryEegChallengeCode/task1MatchMismatch/experiments') ^ IndentationError: unexpected indent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which path location has to be given in the config file while running the task 1 dilation code?
I am giving the experiments folder location present in the task 1 folder but it is showing indentation error.
Get the path to the config gile
File "", line 2
experiments_folder = os.path.dirname('C:/Users/User/auditoryEegChallengeCode/task1MatchMismatch/experiments')
^
IndentationError: unexpected indent
The text was updated successfully, but these errors were encountered: