models icon indicating copy to clipboard operation
models copied to clipboard

[Task] Example for Debugging Merlin Models

Open bschifferer opened this issue 3 years ago • 1 comments

Description

I want to propose an example, how to debug merlin model architectures and functionality.

Content could be (not limited to it):

  • viewing model.layers, explaining the structure
  • generating a batch with next(iter(dataloader)) and calling individual model components (e.g. input block, parallel block, etc.)
  • can we visualize merlin models with Tensorboard?

bschifferer avatar Aug 25 '22 08:08 bschifferer

related task https://github.com/NVIDIA-Merlin/models/issues/642

rnyak avatar Aug 29 '22 15:08 rnyak