Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lanl/pyDNMFk into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ceodspspectrum committed May 5, 2021
2 parents dec38c0 + db86b67 commit 95210ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ print('Estimated k with NMFk is ',nopt)

Alternately, you can also run from test folder in command line as:
```bash
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'
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'
```

See the resources for more use cases.
Expand Down

0 comments on commit 95210ae

Please sign in to comment.