Skip to content
Snippets Groups Projects
Commit 754a8f84 authored by MARMORET Axel's avatar MARMORET Axel
Browse files

Outdated argument in the example of NTD.

parent 54ab85fc
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ def ntd(tensor, ranks, init = "random", core_0 = None, factors_0 = [], n_iter_ma
-------
tensor = np.random.rand(80,100,120)
ranks = [10,20,15]
core, factors = NTD.ntd(tensor, ranks = ranks, init = "tucker", verbose = True, hals = False,
core, factors = NTD.ntd(tensor, ranks = ranks, init = "tucker", verbose = True,
sparsity_coefficients = [None, None, None, None], normalize = [True, True, False, True])
References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment