numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
104 stars 60 forks source link

Added unit tests for MultiCycleLR mixin #620

Closed vkakerbeck closed 2 years ago

vkakerbeck commented 2 years ago

Tests whether

  1. The initial learning rate is the one specified in each cycles' config
  2. The learning rate never exceeds the max lr or goes below the min lr specified for the current epoch on various different CycleLR configurations.