snorkel icon indicating copy to clipboard operation
snorkel copied to clipboard

Operation sequence visualization for MultitaskClassifier

Open vincentschen opened this issue 5 years ago • 0 comments

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 avatar Aug 16 '19 23:08 vincentschen