Skip to content

mats_dict['ida_mats'][:, 0, :, 0, 0]这里用了2次[0,0],是不是应该还有个是[1,1] #207

@wuzuowuyou

Description

@wuzuowuyou

aug_scale = torch.sqrt(mats_dict['ida_mats'][:, 0, :, 0, 0]**2 +

这里两个都是[0,0]有问题吗?

    aug_scale = torch.sqrt(mats_dict['ida_mats'][:, 0, :, 0, 0]**2 +
                           mats_dict['ida_mats'][:, 0, :, 0,
                                                 0]**2).reshape(-1, 1)

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