Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNIST and size data error #4

Open
raulvaqueiro opened this issue Jan 13, 2021 · 0 comments
Open

MNIST and size data error #4

raulvaqueiro opened this issue Jan 13, 2021 · 0 comments

Comments

@raulvaqueiro
Copy link

While running the project the same error occurs
Running the MNIST file:
_csparsetools.pyx in scipy.sparse._csparsetools.lil_get_lengths()

ValueError: Buffer has wrong number of dimensions (expected 1, got 2)

Reducing the data1 and data2 size to 4096 seems to solve the problem. However the result doesn't seems to align the 2-MAP of 10-PCA. The images obtain after running the line: res1,res2,ori1,ori2=autoUMap.yoke_TUMAP(raw,emb,label,metric='cosine',name1='raw',name2='10-d PCA',savepath=savepath,all_process=True) aren't align.

Running this code line the result between the data1 and data 2 shouldn't be align?

small_mnist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant