Closed MweinbergUmass closed 2 months ago
The changes involve updating the training_editor_form.yaml
configuration file to enhance the max_stride
parameter options for several model backbones. The value 128
has been added to the existing lists of selectable stride values for the hourglass
, leap
, resnet
, and unet
models, thereby broadening the configuration possibilities.
Files | Change Summary |
---|---|
sleap/config/training_editor_form.yaml |
Updated max_stride options for hourglass , leap , resnet , and unet models to include 128 . |
In fields of code, I hop with glee,
New strides await, oh what a spree!
With options wide, I leap and bound,
In every model, joy is found.
A hop, a skip, a jump so bright,
Configured well, we take to flight! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.33%. Comparing base (
7ed1229
) to head (08d8aac
). Report is 42 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
A user requested an option for the max stride to be able to be set to 128
Types of changes
Does this address any currently open issues?
1940
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart:
Summary by CodeRabbit
Max Stride
parameter in multiple model configurations, includinghourglass
,leap
,resnet
, andunet
, now allowing for a value of128
.This enhancement provides users with greater flexibility in model configuration and performance tuning.