Skip to content

dist normalize twice #18

@zkjqw139

Description

@zkjqw139

I found dist is normalized in data_loader and Attr_layer
Attr layer:
dist = utils.normalize(attr['dist'], 'dist')
em_list.append(dist.view(-1, 1))

Data loader:
for key in stat_attrs:
x = torch.FloatTensor([item[key] for item in data])
attr[key] = utils.normalize(x, key)

which may lead some problem

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