Jonathan Strong

Results 29 comments of Jonathan Strong

Found this as I am struggling with poor performance on inserting arrays. In my case, trying to insert float array of shape (256, 256, 3, 3). The query itself takes...

Yes, will do. It will take a day or so since need to pull out some proprietary code. In the meantime, I have done a lot more testing, and it's...

here is a working version of the benchmark code: https://gist.github.com/jonathanstrong/d88d474f5b0ea147e5bc98d9df0910a2

@ProfFan apologies, should have mentioned it: tests were run on the lowlatency kernel, Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-128-lowlatency x86_64). If there are any other system-level improvements you would suggest, would...

hey - was wondering: did you ever make headway on this? just ran it with the current version and encountered a deadlock. I spent a few minutes trying to discern...

fyi, the example above from @f0k does not work. I got it to work by removing the calls to `residual_block([...], stride=2)` in between each block. I believe the `if` condition...

I have the "bottleneck" architecture training successfully on my data and the CIFAR-10 model that matches their parameter estimates already, so could submit to recipes. I think you should check...

rustc-serialize is an optional dependency, and serde integration is also implemented, though? as far as I understand rustc-serialize is entirely opt-in and does not prevent or impede serde usage.

I'd love to help out, unfortunately: - I was only on the machine briefly to run something numerically intensive - I have close to no experience with windows system calls,...