Class Activation Map (CAM) in c++ front end?

Hi everyone ,

I saw many example of visualizing CAM with python using “register_backward_hook” but can’t find any way to do the same in C++ frontend.

Is there away to visualize Conv layers in c++ frontend ?

Thank you in advance.

Hello @Ziri_Ziri, I have the same problem here, do you have an available solution to this problem?