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

Dry run exits before layers etc. create files #307

Closed peteschultz closed 4 years ago

peteschultz commented 4 years ago

This pull request moves up the check for the dry run flag to before the RegisterData stage, when many files are first created. With this pull request, the only files created when the dry run flag is set are:

This means that when the DryRun flag is set, output from a previous run should not be clobbered, except for the generated .params and .params.lua files.