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
mindspore.nn.Dense(in_channels=9, out_channels=0)
Error:
ValueError: For 'Dense', the 'out_channels' must be int and must > 0, but got '0' with type 'int'.
A more detailed description should be given in the documentation
The text was updated successfully, but these errors were encountered:
The output channel can only be an integer greater than 0. 抛出的错误提示很清楚,输出的通道只能是大于0的整数
Sorry, something went wrong.
No branches or pull requests
Software Environment:
Describe the current behavior
Error:
Describe the expected behavior
A more detailed description should be given in the documentation
The text was updated successfully, but these errors were encountered: