cppflow
cppflow copied to clipboard
Extract intermediate layer values?
Wondering if it's possible to get the computed values of an intermediate layer.
You will need to define multiple outputs when defining the model in python. Then, when doing inference with cppflow you can ask for the outputs that you like.
Closing due to inactivity.