facebookresearch / ClassyVision

An end-to-end PyTorch framework for image and video classification
https://classyvision.ai
MIT License
1.59k stars 278 forks source link

How to visualize the feature map in tensorboard? #710

Closed shinianzhihou closed 3 years ago

shinianzhihou commented 3 years ago

❓ Questions and Help

How to visualize the feature map in tensorboard?

I try to sign in to the provided slack but failed.

Could you pls provide some advice about how to visualize the feature map on tensorboard ? Using tensorboard hook?

mannatsingh commented 3 years ago

@shinianzhihou sorry for the delay in responding. I would recommend writing a hook similar to the default TensorboardHook for this. We visualize the parameters which can help serve as a reference.