yoyololicon / pytorch-NMF

A pytorch package for non-negative matrix factorization.
https://pytorch-nmf.readthedocs.io/
MIT License
226 stars 24 forks source link

add docstrings #3

Closed yoyololicon closed 3 years ago

yoyololicon commented 4 years ago

Due to my schedule (my job and other sideprojects), I'm currently have no time writing docstrings for each class and method, so if any one have the ability can help me do it I will be very appreciated.

The only requirement is please follow the PyTorch style for formatting the docstrings. For reference you can check my side project torch-specinv.

yoyololicon commented 3 years ago

Have done in latest version