Skip to content
New issue

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

some code is missing in quick_start.md #4

Closed
bazige opened this issue Jul 2, 2020 · 1 comment · Fixed by #8
Closed

some code is missing in quick_start.md #4

bazige opened this issue Jul 2, 2020 · 1 comment · Fixed by #8

Comments

@bazige
Copy link

bazige commented Jul 2, 2020

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):

@bazige bazige changed the title quick_start.md文档代码缺失 some code is missing in quick_start.md Jul 2, 2020
zhangjiajin added a commit that referenced this issue Jul 2, 2020
…tion-dataset-config

#4 fix bug: Missing class definition and dataset configuration error
@zhangjiajin
Copy link
Member

Yes. The code in the documentation lacks the definition of the class. Thank you for discovering this error. @bazige

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants