Skip to content

Remove coupled LossContributionsConfig#1158

Open
jpdunc23 wants to merge 5 commits into
mainfrom
refactor/rm-coupled-loss-contributions-config
Open

Remove coupled LossContributionsConfig#1158
jpdunc23 wants to merge 5 commits into
mainfrom
refactor/rm-coupled-loss-contributions-config

Conversation

@jpdunc23
Copy link
Copy Markdown
Member

@jpdunc23 jpdunc23 commented May 11, 2026

Remove LossContributionsConfig and move its config attributes (n_steps, optimize_last_step_only, and weight) to ComponentTrainingConfig (as n_steps_optim, optimize_last_step_only, and loss_weight, respectively).

Changes:

  • symbol (e.g. fme.core.my_function) or script and concise description of changes or added feature

  • Can group multiple related symbols on a single bullet

  • Tests added

  • If dependencies changed, "deps only" image rebuilt and "latest_deps_only_image.txt" file updated

Resolves # (delete if none)

Comment thread fme/coupled/stepper.py
@@ -1366,15 +1367,29 @@ def _process_ensemble_output_list(


class CoupledStepperTrainLoss:
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could move this to loss.py to reduce the length of this file, but not in this PR to avoid hiding the API changes in the diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant