Recorder#
To leverage the internal representations of neural networks, one must access them in real time during inference. It is not always obvious in general when using models developed by third parties. This module provides the Recorder class which solves this problem.
|
Wrapper class to operate inside a torch neural network. |