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

omp_set_nested routine deprecated #57

Open
dtejadam opened this issue Oct 4, 2024 · 0 comments
Open

omp_set_nested routine deprecated #57

dtejadam opened this issue Oct 4, 2024 · 0 comments
Assignees

Comments

@dtejadam
Copy link

dtejadam commented Oct 4, 2024

Hi,
I am in the step of assign cell types by Clustering, please see the following error:

clustering

adata = sp.tl.clustering(
adata,
clustering='leiden', # can choose between leiden and louvian
n_neighbors=10, # number of neighbors for the knn graph
resolution = 1, #clustering resolution (higher resolution gives more clusters)
reclustering = False, # if true, no computing the neighbors
marker_list = marker_list, #if it is None, all variable names are used for clustering
seed=clustering_random_seed, # random seed for clustering - reproducibility
)
2024-10-04 12:04:51.188460: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: SSE4.1 SSE4.2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
INFO:root: * TissUUmaps version: 3.1.1.6
Computing neighbors and UMAP
OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.

Kernel died, restarting

  • Additional question: how did you trained the Annotated tonsil data to be used as reference using STELLAR or SVM ?

Thanks !

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

3 participants