Skip to content
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

Operation sequence visualization for MultitaskClassifier #1415

Open
vincentschen opened this issue Aug 16, 2019 · 0 comments
Open

Operation sequence visualization for MultitaskClassifier #1415

vincentschen opened this issue Aug 16, 2019 · 0 comments
Labels
feature request help wanted no-stale Auto-stale bot skips this issue

Comments

@vincentschen
Copy link
Member

Is your feature request related to a problem? Please describe.

It's been helpful to think about an op_sequences in MultitaskClassifier as a path through network modules for each task.
It would be great to be able to visualize this for debugging purposes!

Describe the solution you'd like

Very open-minded here — it could be cool to see everything from an ASCII print out of each op_sequence to a fully rendered graph visualization.
Implementation-wise, this could exist as a visualize_operations method or a separate MultitaskVisualizer class that accepts op_sequences upon initialization.
Open to alternatives!

@vincentschen vincentschen added the no-stale Auto-stale bot skips this issue label Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request help wanted no-stale Auto-stale bot skips this issue
Projects
None yet
Development

No branches or pull requests

1 participant