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
in vega/docs/cn/developer/quick_start.md
@NetworkFactory.register(NetTypes.CUSTOM) def __init__(self, desc): super(SimpleCnn, self).__init__()
it may be missing this code: class SimpleCnn(nn.Module):
The text was updated successfully, but these errors were encountered:
Merge pull request #8 from huawei-noah/zhangjiajin-patch-class-defini…
a1d9c1f
…tion-dataset-config #4 fix bug: Missing class definition and dataset configuration error
Yes. The code in the documentation lacks the definition of the class. Thank you for discovering this error. @bazige
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
in vega/docs/cn/developer/quick_start.md
it may be missing this code:
class SimpleCnn(nn.Module):
The text was updated successfully, but these errors were encountered: