-
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/log/nparray executions #2844
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- _add_error_projection_to_dependent_learning_mechs, _create_non_terminal_backprop_learning_components: separate error_sources for parallel InputPort/OutputPort "streams" in a single Mechanism that use TransferFunctions
• composition.py refactor learning pathways to be specific to input_port and output_ports (to accomodate parallel pathways through Mechanisms with TransferFunction: - add _get_ports_for_input_output_sources() - _create_terminal_backprop_learning_components() _create_learning_related_mechanisms() _create_learning_related_projections(): all take input_source_output_port and output_source_input_port as args
• composition.py refactor learning pathways to be specific to input_port and output_ports (to accomodate parallel pathways through Mechanisms with TransferFunction: - add _get_ports_for_input_output_sources() - _create_terminal_backprop_learning_components() _create_learning_related_mechanisms() _create_learning_related_projections(): all take input_source_output_port and output_source_input_port as args
…ub.com/PrincetonUniversity/PsyNeuLink into refactor/learning_pathways_using_ports
…_ports' into refactor/learning_pathways_using_ports
…Link into refactor/learning_pathways_using_ports
add test_two_output_ports_on_OUTPUT_Node
add test_two_output_ports_on_OUTPUT_Node
- rename nodes • autodiffcomposition.py infer_backpropagation_learning_pathways(): - only exclude ModulatoryProjections or ones that don't have a 'learnable' attribute
# Conflicts: # psyneulink/library/compositions/emcomposition.py
…Link into devel # Conflicts: # psyneulink/library/compositions/emcomposition.py
This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):
See CI logs for the full diff. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
nparray(), nparray_dictionary(), _assemble_entry_data():
add report_all_executions option that reports all executions for a given TIME_STEP