-
Notifications
You must be signed in to change notification settings - Fork 59
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
add a doc page on models #112
Conversation
Thanks! Maybe somewhere we need to clarify that models take |
@@ -81,7 +81,7 @@ def forward(self, tf: TensorFrame) -> Tensor: | |||
x (Tensor): Input :obj:`TensorFrame` object. | |||
|
|||
Returns: | |||
out (Tensor): Output. The shape is [batch_size, out_channels]. | |||
Tensor: Output. The shape is [batch_size, out_channels]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we were to do this, then we should do this across all the places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh I am just experimenting the syntax.
The return arguments look really weird in the documentation.
I think changing the syntax to above would resolve. I am going to do that for everything.
…/pytorch-frame into yyuan/add-modular-documentation
No description provided.