Skip to content

关于模型train阶段的问题 #6

Description

@mymuli

您好!
我想问一下:
Q1: 在模型训练的时候,模型最终是几个输出?是 BatchFormer前的classifier + BatchFormer后的classifier 这两个输出呢?然后分别与ground truth计算呢?

Q2: 代码里面,如下所示,这行代码表示的是BatchFormer后的classifier的输出呢?还是对模型两个classifier的输出做concat操作后,最后再与ground truth计算呢?

return torch.cat([pre_feature, feature], dim=0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions