Takuya Akiba
Takuya Akiba
The estimators do not seem to have full compatibility with scikit-learn object API, which is described [here](http://scikit-learn.org/stable/developers/contributing.html#apis-of-scikit-learn-objects). For example, `fastFM.sgd.FMRegression` does not store `l2_reg` in `__init__`. This prevents `sklearn.base.clone` to...
Current `scatter_dataset` creates sub datasets of strictly equal lengths by duplicating some examples when necessary. This is for epoch triggers to work correctly. However, it is generally unnecessary for validator...
https://github.com/chainer/chainermn/blob/master/docs/source/reference/index.rst#communicators
This issue is the central place to discuss the future plans. Any suggestion and contribution are appreciated. We only discuss relatively large tasks here, and smaller tasks are managed in...
How about adding a feature to install and manage NCCL? It is also prevalent in the deep learning community and many users install it like cuDNN, so it would be...