@thechiselgroup/nn-activations
v1.0.10
Published
Runs Alexnet neural network model on an image. Saves the activations data for each layer, as well as the top 5 classifications and their probability.
Downloads
5
Readme
A wrapper function that you can insert into any pytorch model to extract intermediate values from a neural network.
As a sample, the activations from a AlexNet model are saved.