-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feat/learning nested #2801
Feat/learning nested #2801
Conversation
…t/learning_nested
…iversity/PsyNeuLink into feat/learning_nested # Conflicts: # psyneulink/core/compositions/composition.py
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
See CI logs for the full diff. |
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.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
- docstring additions
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
See CI logs for the full diff. |
…iversity/PsyNeuLink into feat/learning_nested # Conflicts: # psyneulink/core/compositions/composition.py
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
See CI logs for the full diff. |
• autodiffComopsition.py
support for learning of nested AutodiffComopsitions;
currently requires all outputs of nested Compositions to project to an OUTPUT Node of the outer (nesting) composition
(needed for learning)
in PyTorch mode, no longer calls add_backpropagation_learning_pathway;
instead, only adds TARGET nodes to composition
• pytorchmodelcreator.py: