Allard Hendriksen

Results 29 comments of Allard Hendriksen

I am noticing this is an often requested feature. That's great! It means that people are using this package and find it useful. Unfortunately, I have little time at the...

Hi, thanks for the kind words :) While looking for a good keybinding, I found out that org mode allows jumping to the result of a code block using `C-c...

Thanks for the feedback. I appreciate the time you put into testing this :) > Thanks for this implementation, I just tried it out and for me it works the...

Happy to see that you got it to work! Thank you for sharing your solution! > On 7 Jul 2021, at 21:54, Haider Rizvi ***@***.***> wrote: > >  >...

Hi, Thank you for trying out ob-tmux! I first thought that the issue could be that you were trying to open up vim. However, I have tried to reproduce this...

Hi Francesco, That is certainly possible! The simplest way would be to copy the dncnn file and replace the `nn.Conv2d` calls with `nn.Conv3d`. For instance, [here](https://github.com/ahendriksen/noise2inverse/blob/3841c471130c6b3638363f6dfbaedc214b848131/noise2inverse/dncnn.py#L21) and on lines 30,...

> Ok. I'll give it a go. Should I change also line 36 from nn.BatchNorm2d to nn.BatchNorm3d? Yes, definitely. Good catch!

[Related issue in RAPIDS](https://github.com/rapidsai/cudf/issues/15620), where smaller copies are serialized behind larger copies due to busy copy engines. @gevtushenko : does `thrust::copy_n` use a kernel to perform the copying? Perhaps, that...

This is fixed. Should be visible in a future public release. Please see nvbug 4207603