Kinyugo

Results 11 issues of Kinyugo

Calling `Memento.Query.select_raw(...)` leads to an error when attempting to load the results. ``` ** (FunctionClauseError) no function clause matching in Memento.Query.Data.load/1 The following arguments were given to Memento.Query.Data.load/1: # 1...

### 🐛 Describe the bug I am trying to reconstruct a waveform by composing the `InverseMelScale` transform and the `GriffinLim` transform. The operation hangs while running `InverseMelScale`. I switched to...

triaged

The cuda call in the training loop ```python while self.step < self.train_num_steps: for i in range(self.gradient_accumulate_every): data = next(self.dl).cuda() #here .... ``` leads to cuda error when running on CPU...

I am using `AniLink` to transition between pages. However, my site also includes anchor links, for these anchor links I have a custom `getProps` function that is passed to then...

Change visulaization to visualization

### 🚀 The feature The [Modified Discrete Cosine Transform (MDCT)](https://en.wikipedia.org/wiki/Modified_discrete_cosine_transform) is a perfectly invertible transform that can be used for feature extraction. It can be used as an alternative to...

I have noticed that there is a significant performance gap between two different scripts I am using to tokenize my dataset. The first script, which filters MIDI files and handles...

enhancement
good first issue

An issue with denormals in the phase loss calculation is causing the torch.angle function to return NaN values, as discussed [here](https://discuss.pytorch.org/t/anglebackward-returned-nan-values/122336). A possible solution is to replace values close to...

In diffusion it is common to want to clip samples to a desired range like `[-1, 1]`, I think previous versions of this package supported this. However, the current implementation...

## Summary The `stable_fast` library fails to run the ControlNet module in a Stable Diffusion Image-to-Image pipeline. The error occurs specifically during CUDNN convolution operations. ## Steps to Reproduce 1....