Skip to content

Metrics discrepancy in training and inference #45

Description

@WangJuan6

Dear Author,
I trained a model with a custom dataset, and the checkpoint's name shows miou is 51.62.
Then, I modify the --continue_fpath=checkpoints/proc_DFormerv2_L_20250419-211326/epoch-70_miou_51.62.pth in infer.sh, and C.pretrained_model="checkpoints/proc_DFormerv2_L_20250419-211326/epoch-70_miou_51.62.pth" in DFormerv2_L.py. However, when I use bash infer.sh for inference, the miou is only 24.08. (The same seed is used for training and inference. )
Can you help me solve this problem?
Thanks

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions