Skip to content

Conversation

@amadeuszsz
Copy link
Collaborator

Summary

In #174 I applied weight remapping, but the proper way is to do it via hook, e.g.:

hooks = [
    dict(
        type="CheckpointLoader",
        keywords="enc",
        replacement="backbone.enc",
    ),
    dict(type="IterationTimer", warmup_iter=2),
    dict(type="InformationWriter"),
    dict(type="SemSegEvaluator"),
    dict(type="CheckpointSaver", save_freq=None),
    dict(type="PreciseEvaluator", test_last=False),
]

This PR restores default implementation. Note that previous PR is not being reverted as other part of that PR was valid.

Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
@amadeuszsz amadeuszsz requested a review from KSeangTan February 2, 2026 08:32
@amadeuszsz amadeuszsz self-assigned this Feb 2, 2026
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