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
I try to modify the VDSR.yaml and DRRN.yaml, set the train_Y: True, but it seems I cannot do that, it will raise the error:
VDSR.yaml
DRRN.yaml
train_Y: True
IndexError: too many indices for array: array is 2-dimensional, but 3 were indexed
What should I do?
The text was updated successfully, but these errors were encountered:
@YH-WONG Hi, did you fix it? I seem to get the same error as well.
Sorry, something went wrong.
No branches or pull requests
I try to modify the
VDSR.yaml
andDRRN.yaml
, set thetrain_Y: True
, but it seems I cannot do that, it will raise the error:IndexError: too many indices for array: array is 2-dimensional, but 3 were indexed
What should I do?
The text was updated successfully, but these errors were encountered: