CEA-LIST / N2D2

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.
Other
146 stars 36 forks source link

Feature maps #105

Closed prachikashikar closed 2 years ago

prachikashikar commented 2 years ago

Hi,

I wanted to print output feature maps of every layer while training and testing. Is is possible with N2D2?

olivierbichler-cea commented 2 years ago

Hi, It is possible with the "-log-outputs" command line parameter. For instance, "-log-outputs 1" will log the output feature maps of every layer for the first stimulus in the training or test set.