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

Added maxShiftX/Y parameters to InputLayer #233

Closed sumtopmus closed 7 years ago

sumtopmus commented 7 years ago

Added maxShiftX/Y parameters to InputLayer to resample the input by random translations.

sumtopmus commented 7 years ago

The basic system test returned these results:

99% tests passed, 3 tests failed out of 415

Total Test time (real) = 3333.95 sec

The following tests FAILED: 102 - DryRunFlagTest_1 (Failed) 103 - DryRunFlagTest_2 (Failed) 104 - DryRunFlagTest_4 (Failed)

peteschultz commented 7 years ago

DryRunFlagTest has a params file that contains what the PetaVision-generated params file should be. You'll need to add maxShiftX and maxShiftY parameters, set to their defaults, to the InputLayer group in tests/DryRunFlagTest/input/correct.params

sumtopmus commented 7 years ago

DryRunFlagTests are passing now.