Naotoshi Seo
Naotoshi Seo
I've recently talked with matz. We are thinking to 1. If += method is defined, call it 2. Define +! operator newly etc
!a looks like returning boolean value
Patches are welcome!
For red-chainer mnist: * [ ] Warning: Method "rand" for dtype "dfloat" is running under CPU. * [x] Warning: Method "dfloat" for dtype "DFloat" is running under CPU. * [x]...
## narray.c * [x] initialize * [x] initialize_copy * [x] zeros * [x] ones * [ ] linspace * [ ] logspace * [x] eye * [ ] view *...
data.c * [ ] flatten * [ ] swapaxes * [x] transpose * [x] reshape * [x] diagonal * [ ] swap_byte * [ ] hton * [ ] network_order?...
~~https://github.com/sonots/cumo/issues/83 must be resolved to do this~~. resolved
log should be uploaded into s3 or gcs.
I am glad if anyone reports comparison between Github Package and Geminabox.
We can not use logger in signal handler https://bugs.ruby-lang.org/issues/7917, but resque does it https://github.com/resque/resque/blob/c295da9de0034b20ce79600e9f54fb279695f522/lib/resque/worker.rb#L377. How to resolve is, for example, use IO.pipe and puts into pipe in the signal handler,...