-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi. Thank you for developing the great tool for analysis.
When I run the below code in sliceTCA_notebook_1.ipynb, the value of loss_grid was "nan" while If I deleted "mask_train" and "mask_test", loss_grid returned something. Do you know how to solve this problem? I did not modify any part except "sample_size".
# this will take a while to run as it fits 3*3*3*4 = 108 models
loss_grid, seed_grid = slicetca.grid_search(reconstructed_noisy_tensor,
min_ranks = [3, 0, 0],
max_ranks = [5, 2, 2],
sample_size=1,
mask_train=train_mask,
mask_test=test_mask,
processes_grid=4,
seed=1,
min_std=10**-4,
learning_rate=5*10**-3,
max_iter=10**4,
positive=True)
Another requirement
Could you share an additional code which describe the flow of analysis in figure 3 of Pellegrino et al paper?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working