Itamar Katz

Results 8 issues of Itamar Katz

Looking at the code in `cudamat_kernels.cu`, I see that a float pointer is used to hold array of indices, for example line 727 has: `__global__ void kSelectRows(float* source, float* target,...

(This is not a problem in the algorithm per-se, but more a matter of code clarity. So I do not tag it as a bug) In the definition of the...

enhancement

Related to **PyTorch/SpeechSynthesis/HiFiGAN** **Describe the bug** The class variable `lrelu_slope` is used in the class method `forward` but it is not defined. which raises an exception if HiFiGAN is trained...

bug

It seems to me that the implementation of the Discriminator class has 2 issues: 1. The RNN should have the input parameter `batch_first` set to `True`, but it is not...

when indexing a gnumpy.garray using a tuple of 2 lists of indices, gnumpy's implementation of `__getitem__` method casts the lists to the native gpu data type which is 32 bit...

First, I want to say that the paper (as well as the source code) is clear and very interesting and useful, so thank you for sharing it. In the paper...

Add remark about using `-F` option for `set` when setting the status. See https://github.com/catppuccin/tmux/issues/527

### I am not requesting help with my configuration and believe something is genuinely broken. - [x] Something is really actually broken. ### Is there an existing issue outlining your...

bug