CoBrALab / optimized_antsMultivariateTemplateConstruction

A re-implementation of antsMultivariateTemplateConstruction2.sh using optimized image pyramid scale-space and qbatch support
Other
22 stars 8 forks source link

Allow for a gradient step schedule for modelbuilding #5

Closed gdevenyi closed 3 years ago

gdevenyi commented 3 years ago

As suspected previously, 0.25 might be too large for final iterations so a step-size schedule may make more sense here.

https://github.com/ANTsX/ANTs/issues/1172#issuecomment-835327157

gdevenyi commented 3 years ago

Related to #2

gdevenyi commented 3 years ago

Adjust --gradient-step option to either be a single value, or arbitrary list

>  np.geomspace(0.25,0.05,4)
array([0.25      , 0.14620089, 0.0854988 , 0.05      ])
gdevenyi commented 3 years ago

Fixed in #29