8000 Update nn.rst by divyas248 · Pull Request #250 · google/objax · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Update nn.rst #250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update nn.rst #250

wants to merge 2 commits into from

Conversation

divyas248
Copy link

The channel number for 'in' is currently set as c which is incorrect because c is referring to the output channel number. Instead this needs to be set as t (which is the variable that iterates over the input channel numbers).
in[n,c,i+h,j+w] should be changed to in[n,t,i+h,j+w]

The channel number for 'in' is currently set as c which is incorrect because c is referring to the output channel number. Instead this needs to be set as t (which is the variable that iterates over the input channel numbers).
in[n,c,i+h,j+w] should be changed to in[n,t,i+h,j+w]
@google-cla
Copy link
google-cla bot commented Nov 16, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@aterzis-google aterzis-google self-requested a review April 7, 2023 20:29
Copy link
Contributor
@aterzis-google aterzis-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting this change and apologies it took us so long to get back to you!

An equivalent change was submitted in #252 which we merged.

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

Successfully merging this pull request may close these issues.

2 participants
0