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

New tutorial params #299

Closed peteschultz closed 5 years ago

peteschultz commented 5 years ago

This pull request updates the params for the LCA CIFAR tutorial. It uses a KneeTimeScaleProbe instead of AdaptiveTimeScaleProbe; and it corrects the MomentumConn triggerOffset from 0 to 1.

It is the same as https://github.com/PetaVision/OpenPV/pull/297, except it merges into the develop branch instead of the master branch (as the other pull request should have done).