Open rfarouni opened 6 years ago
Glad you enjoyed the paper! A numba implementation with a scikit-learn-like interface is already in the works, which will hopefully address many of the issues you listed. I plan to benchmark it against the tensorflow implementation, and will definitely look into pytorch if the performance difference is too onerous.
Thank you for your reply!
I just merged a numba implementation which may address your concerns. In addition, it is much faster an memory efficient than the previous tensorflow implementation, and has a pretty clear (I think) scikit-learn-like API interface. I'll be posting some API tutorials soon, but a CLI walkthrough is already up.
Impressive work. Thank you for your contributions!
Thanks for your great contribution. I really enjoyed reading the paper. I hope you do not mind me asking, but are there any plans for implementing the code in Pytorch? Although I am pretty familiar with Tensorflow, I find TF's declarative mode and static graph design philosophy a major flaw for research purposes, where flexibility, ease of debugging, and clarity of code tend to be more important considerations for some, especially for those researchers who would want to build upon, incorporate, or modify existing code.