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

juptyer kernel died when I run manifold_analysis_corr #9

Open
sydddl opened this issue Feb 19, 2024 · 0 comments
Open

juptyer kernel died when I run manifold_analysis_corr #9

sydddl opened this issue Feb 19, 2024 · 0 comments

Comments

@sydddl
Copy link

sydddl commented Feb 19, 2024

I configured the virtual environment according to this issue #8.

pywinpty supports at least 3.7, so it is not just a plug-in problem that prevents the installation of jupyter, and I upgraded to 3.7.12

Then I run

import numpy as np
from mftma.manifold_analysis_correlation import manifold_analysis_corr

np.random.seed(0)
X = [np.random.randn(5000, 50) for i in range(100)] 
kappa = 0
n_t = 200

capacity_all, radius_all, dimension_all, center_correlation, K = manifold_analysis_corr(X, kappa, n_t)

my jupter kernel will die (VScode and jupter notebook), I don't know what's going on and I'd like to ask for your help

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