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

Callback PR Rev 2 #597

Closed
wants to merge 113 commits into from
Closed

Callback PR Rev 2 #597

wants to merge 113 commits into from

Conversation

blisc
Copy link
Collaborator

@blisc blisc commented Apr 29, 2020

Rebased on top of Neural Graph PR

Tasks:

  • Create a NmTensor Registry
  • Add tensor.register inside of Neural Module calls NmTensor.init()
  • Allow users to rename their tensors
  • Creating state during steps
    • Resetting state after each step
    • Pass state to callbacks
    • Allow users to access tensors from state
  • Map state["loss"] to final_loss
  • Allow users to compute value of uncomputed tensors
  • Refactor SimpleLossLogger
  • Create function decorators

tkornuta-nvidia and others added 30 commits March 24, 2020 13:39
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
…stry, starting to work on graph unit tests

Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
…ionality with unit/integration tests

Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
@okuchaiev okuchaiev self-assigned this May 1, 2020
@okuchaiev okuchaiev self-requested a review May 1, 2020 05:22
tkornuta-nvidia and others added 15 commits May 1, 2020 16:30
… tests that check that, minor cleanups

Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
…ith ObjectRegistry) from __init__ files

Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
…tate remained in the nemo.utils

Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
@blisc blisc changed the base branch from fix-sign to master May 6, 2020 20:48
@blisc blisc mentioned this pull request May 6, 2020
17 tasks
@blisc blisc closed this May 6, 2020
@lgtm-com
Copy link

lgtm-com bot commented May 6, 2020

This pull request introduces 8 alerts and fixes 1 when merging cffee88 into da91ec0 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import

fixed alerts:

  • 1 for Signature mismatch in overriding method

@lgtm-com
Copy link

lgtm-com bot commented May 6, 2020

This pull request introduces 8 alerts when merging cffee88 into d219483 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import

@blisc blisc deleted the U_callbacks_2 branch May 28, 2020 22:05
dcurran90 pushed a commit to dcurran90/NeMo that referenced this pull request Oct 15, 2024
MD lint the /docs dir

Signed-off-by: Brent Salisbury <[email protected]>
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 this pull request may close these issues.

3 participants