Yuichiro Ueno

Results 3 comments of Yuichiro Ueno

Hi @windwm, Thank you for trying our K-FAC implementation. In my environment, I can train mnist with two GPUs using chainerkfac. ```sh $ pip freeze chainer==7.0.0b1 chainerkfac==0.1 cupy-cuda101==6.1.0 fastrlock==0.4 filelock==3.0.12...

Please try without chainerkfac. I mean you can try multi-GPU MNIST training example provided by `Chainer`.

I've tried this issue, I notice that reducing the overhead of this code block is difficult. As @ybsh reported, the elapsed time of each line is almost the same (11...