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

Write tutorial #5

Closed
dpo opened this issue Jan 20, 2022 · 3 comments
Closed

Write tutorial #5

dpo opened this issue Jan 20, 2022 · 3 comments

Comments

@dpo
Copy link
Member

dpo commented Jan 20, 2022

No description provided.

@paraynaud
Copy link
Member

A first version is out in docs/src/tutorial.md

@dpo
Copy link
Member Author

dpo commented Jan 24, 2022

Please format the code in the tutorial like the rest of the source code:

struct Conv; w; b; f; end

should be

struct Conv
  w  # document what this field is
  b  # document what this field is
  f  # document what this field is
end

It's a tutorial. It should be easy to read and understand.

Conv(w1,w2,cx,cy,f=relu) = Conv(param(w1,w2,cx,cy), param0(1,1,cy,1), f)

should have spaces between arguments. Etc, etc.

@dpo
Copy link
Member Author

dpo commented Feb 11, 2022

@paraynaud

@dpo dpo closed this as completed Jun 28, 2022
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

No branches or pull requests

2 participants