examples
examples copied to clipboard
How to get 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.