You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove legacy aliases and backward-compat shims from config schema
- Remove dead schema fields: rotate90_axes, val_split, train_resolution,
max_angle, pad_size (SlidingWindowConfig), val_check_interval (ScalarLoggingConfig)
- Remove compute_bbox_all_2d/3d aliases (only compute_bbox_all is used)
- Fix misleading "legacy" comments on active fields (keep_input_on_cpu,
rotation90_axes, MotionBlurConfig, val_check_interval on optimization)
- Change rotation90_axes type to Any to support "all" string value
- Auto-generate SQLite storage for Optuna studies when save_study=True
- Update 13 tutorial YAMLs to use canonical field names
- Includes linter auto-formatting across the codebase
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments