PetaVision / OpenPV

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.
http://petavision.github.io
Eclipse Public License 1.0
40 stars 13 forks source link

Probe stats flag #302

Closed peteschultz closed 4 years ago

peteschultz commented 4 years ago

This pull request adds a boolean parameter, statsFlag, to probes. If the parameter is false, each batch element is written to its own file, batchElement.txt

If the statsFlag parameter is true, the probe creates a single output file containing the minimum, maximum, and mean values of the probe across the batch.