phamquiluan / ResidualMaskingNetwork

ICPR 2020: Facial Expression Recognition using Residual Masking Network
https://ieeexplore.ieee.org/document/9411919
MIT License
457 stars 93 forks source link

What would be the best way to access intermediate layers and inspect their outputs? #45

Closed dexterdev closed 2 years ago

dexterdev commented 2 years ago

Hi @phamquiluan : I am interested in inspecting the intermediate layer outputs of this DNN. What would be the best way to do that?

Thank you.

dexterdev commented 2 years ago

I realise this question was naive. I started doing PyTorch seriously few days back only. So closing this. Thank you.