Vladimir Starostin
Vladimir Starostin
Hi, I couldn't find in the tutorial how to place notes with different duration to Bar at the same position. `Bar.place_notes` method has a duration argument that is meant to...
[https://github.com/StarostinV/convkan](https://github.com/StarostinV/convkan) A basic yet efficient (thanks to [efficient-kan](https://github.com/Blealtan/efficient-kan/)) implementation of the convolutional operation with KAN implemented using [F.unfold](https://pytorch.org/docs/stable/generated/torch.nn.functional.unfold.html).
Added [convkan](https://github.com/StarostinV/convkan/) to README.md: an implementation of a convolutional layer with KANs.
## 🚀 Feature Request ### **Add support for multimodal `x_o`** SBI expects data `x_o` to be `Tensor`, which makes it difficult to work with multimodal data. In many real-world scientific...