Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kornuta <[email protected]>
  • Loading branch information
tkornuta-nvidia committed May 5, 2020
1 parent d2615e1 commit da91ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ To release a new version, please update the changelog as followed:

### Contributors

## [0.10.2] - 2020-05-05

### Added
- The Neural Graph is a high-level abstract concept empowering the users to build graphs consisting of many, interconnected Neural Modules. A user in his/her application can build any number of graphs, potentially spanning over the same modules. The import/export options combined with the lightweight API make Neural Graphs a perfect tool for rapid prototyping and experimentation. ([PR #413](https://github.com/NVIDIA/NeMo/pull/413)) - @tkornuta

## [0.10.0] - 2020-04-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion nemo/utils/neural_graph/graph_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class GraphOutputs(MutableMapping):
- "default" outputs with default keys taken from outputs of modules, and
- "manual" used for specifying the subset of outputs.
When accessing the outputs, it returns the one of those two lists following the rule:
return "manual" outputs if they were definde (at least one manual output defined by the user),
return "manual" outputs if they were define (at least one manual output defined by the user),
otherwise return the "default" outputs.
'''

Expand Down

0 comments on commit da91ec0

Please sign in to comment.