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

Fix the start_frame_index parameter #237

Open sumtopmus opened 7 years ago

sumtopmus commented 7 years ago

Right now the meaning of the parameter start_frame_index in InputLayer is different for different batch methods. When batchMethod is set to byList, the start_frame_index is treated as an offset from the evenly spaced start indices that is confusing.