Skip to content

Notice in SELVE #6

@xysoul

Description

@xysoul

在SELVE中的训练过程中,需要注意一下,在初始化参数的时候,需要注意RedDim的数目不能够大于数据集的维度,如果大于,会出现下面的错误,
image
需要改动的地方是,initSELVE.m文件的第6行,
SELVEparam.RedDim = 300; % the left dimensions of original data
将300改为小于所使用的数据集的维度就好了。

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