Conversation
Moving some NWB configuration parameters to the graph for flexibility, updated documentation
Keep supervisor running when an error occurs in command execution
…for nodes not crashing during initialization
Update exportNWB to read source node from 'derivates' secion of graph YAML
Hotfix: booter host ip arg flag changed from 'hs' to 'i'
…ervisor.terminate()
…se supervisor to think they crashed
Took the apt update out of the loop, so it happens once
Fix for stop graph and save blocking issue
Verbose command edit
This file contains hidden or 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
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.
This PR adds in a multitude of feature that have been used internally for the past few months. The primary changes are as follows:
supervisorandbootercan now runderivatives, which are scripts that can be added on to the end of a graph or executed on their own. These are typically used for data export or model training.Makefilenow has an option to build only the nodes that are being used in a particular graph