File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ print('Estimated k with NMFk is ',nopt)
121121
122122Alternately, you can also run from test folder in command line as:
123123``` bash
124- mpirun -n 4 python main.py --p_r=2 --p_c=2 --process=' pyDNMFk' --k=2 --fpath=' ../data/' --ftype=' mat' --fname=' swim' --init=' rand ' --itr=5000 --norm=' kl' --method=' mu' --results_path=' ../results/' --perturbations=20 --noise_var=0.015 --start_k=2 --end_k=18 --sill_thr=.6 --sampling=' uniform'
124+ mpirun -n 4 python main.py --p_r=4 --p_c=1 --process=' pyDNMFk' --fpath=' ../data/' --ftype=' mat' --fname=' swim' --init=' nnsvd ' --itr=5000 --norm=' kl' --method=' mu' --results_path=' ../results/' --perturbations=20 --noise_var=0.015 --start_k=2 --end_k=5 --sill_thr=.9 --sampling=' uniform'
125125```
126126
127127See the resources for more use cases.
You can’t perform that action at this time.
0 commit comments