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 want to set up the COMMIT2 filtering for my mrtrix tractograms. First I wanted to run the "test dataset" but I get the following error:
Traceback (most recent call last):
File "/Users/bkalkhov/Tractography/Tractography_performance_testing/Tests/Commit2test/Demo_data/test.py", line 84, in
regnorms = [commit.solvers.group_sparsity, commit.solvers.non_negative, commit.solvers.non_negative],
AttributeError: module 'commit.solvers' has no attribute 'group_sparsity'
If I look into the commit.solvers it indeed does not have attribute group_sparsity but also the commit.solvers.non_negative is not there...
Is this an old tutorial and which regnorms are working/should I use?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I want to set up the COMMIT2 filtering for my mrtrix tractograms. First I wanted to run the "test dataset" but I get the following error:
Traceback (most recent call last):
File "/Users/bkalkhov/Tractography/Tractography_performance_testing/Tests/Commit2test/Demo_data/test.py", line 84, in
regnorms = [commit.solvers.group_sparsity, commit.solvers.non_negative, commit.solvers.non_negative],
AttributeError: module 'commit.solvers' has no attribute 'group_sparsity'
If I look into the commit.solvers it indeed does not have attribute group_sparsity but also the commit.solvers.non_negative is not there...
Is this an old tutorial and which regnorms are working/should I use?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions