You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在SELVE中的训练过程中,需要注意一下,在初始化参数的时候,需要注意RedDim的数目不能够大于数据集的维度,如果大于,会出现下面的错误,
需要改动的地方是,initSELVE.m文件的第6行,
SELVEparam.RedDim = 300; % the left dimensions of original data
将300改为小于所使用的数据集的维度就好了。
The text was updated successfully, but these errors were encountered:
在SELVE中的训练过程中,需要注意一下,在初始化参数的时候,需要注意RedDim的数目不能够大于数据集的维度,如果大于,会出现下面的错误,
需要改动的地方是,initSELVE.m文件的第6行,
SELVEparam.RedDim = 300; % the left dimensions of original data
将300改为小于所使用的数据集的维度就好了。
The text was updated successfully, but these errors were encountered: