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
I receive following error message after executing:
%%time
cefcon_results_dict = {}
for li, data_li in data.items():
# We suggest setting up multiple repeats to minimize the randomness of the computation.
cefcon_GRN_model = cf.NetModel(epochs=350, repeats=3, cuda=CUDA, seed=-1)
cefcon_GRN_model.run(data_li)
import numpy as np
data_matrix = adata.X
# Convert the data matrix to float
data_matrix_float = data_matrix.astype(np.float32)
adata.X = data_matrix_float
Hi,
I receive following error message after executing:
%%time
cefcon_results_dict = {}
for li, data_li in data.items():
# We suggest setting up multiple repeats to minimize the randomness of the computation.
cefcon_GRN_model = cf.NetModel(epochs=350, repeats=3, cuda=CUDA, seed=-1)
cefcon_GRN_model.run(data_li)
full error message:
data object:
Could you help me here please?
Best,
Tolga
The text was updated successfully, but these errors were encountered: