-
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
patch/autodiff_pnl_showgraph #3125
Conversation
…Link into devel # Conflicts: # Scripts/Models (Under Development)/EGO/Using EMComposition/ScriptControl.py # Scripts/Models (Under Development)/EGO/Using EMComposition/TestParams.py
…Link into devel # Conflicts: # Scripts/Models (Under Development)/EGO/Using EMComposition/CSW/ScriptControl.py
- show_graph(): support show_learning=PNL
from psyneulink.core.compositions import NodeRole | ||
from psyneulink.core.compositions.showgraph import ShowGraph, SHOW_JUST_LEARNING_PROJECTIONS | ||
from psyneulink.core.compositions.showgraph import ShowGraph, SHOW_JUST_LEARNING_PROJECTIONS, SHOW_LEARNING |
Check notice
Code scanning / CodeQL
Unused import Note
from psyneulink.core.globals.keywords import BOLD, NESTED, INSET | ||
from psyneulink.core.llvm import ExecutionMode | ||
from psyneulink.core.globals.context import ContextFlags, handle_external_context | ||
from psyneulink.core.globals.keywords import BOLD, INSET, NESTED, PNL |
Check notice
Code scanning / CodeQL
Unused import Note
Import of 'INSET' is not used.
Import of 'NESTED' is not used.
This PR causes the following changes to the html docs (ubuntu-latest-3.11):
See CI logs for the full diff. |
…Link into patch/autodiff_pnl_showgraph
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. |
• pytorchshowgraph
show_graph(): override of show_graph to implement autodiff-specific options: