-
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
refactor/emcomposition_field_handling #3122
Conversation
…thub.com/PrincetonUniversity/PsyNeuLink into refactor/emcomposition_none_fieldweights
_parse_fields: clean up assignment of self.num_fields
- update docstring figs
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
- add purge_by_field_weights Parameter
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
- infer_backpropagation_learning_pathways(): add NodeRole.BIAS to pathways consructed for learning
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
…Link into refactor/emcomposition_field_handling # Conflicts: # tests/composition/test_emcomposition.py
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
This reconfigures some of the API for EMComposition, including:
Specific changes are:
• emcomposition.py
refactor to use target_fields instead of learn_field_weights
• autodiffcomposition.py
• pytorchEMcompositionwrapper.py
• test_emcomposition.py