torchexplorer icon indicating copy to clipboard operation
torchexplorer copied to clipboard

Multiple forward() calls in one step should be separate in the interface

Open spfrommer opened this issue 1 year ago • 0 comments

This is pretty tricky to implement so probably not a priority for now. In the scenario where the root module's forward method is invoked multiple times before the loss backward, right now the resulting i/o histograms are superimposed. Really, you want to tease these apart somehow in the interface. Not sure what's the right implementation: probably a drop-down list...

spfrommer avatar Dec 18 '23 12:12 spfrommer