RenChu Wang
RenChu Wang
Hi, thanks for the report, and sorry for the late reply! You ran into this error because of the batchnorm layers, which aren't supported by koila 0.1.* Batchnorm layers would...
Good point. I'll be working on it. Feel free to add more feature requests!
Ok. After quickly skimming over `einops`'s source code, I noticed that they call `torch.*` functions behind the scenes. That means their functions will directly work with Koila, because Koila uses...
Agreed. Will work on it when I have the time.
Sorry, not yet. It doesn't even support python3.7 (#7) haha. We'll get there eventually 😊
Hi, thanks for the report! Koila is a gradient accumulator, so what happens is that is automatically tries to split up the batches (in the background) in the case that...
Hmm, that's quite weird. I'll look into it. I believe it may have something to do with mean/sum scaling. Appreciate the bug report!
Hi, thanks for the report! Did you perhaps use the `transpose` function? That particular function is called whenever a `LazyTensor` is transposed. However, it's a little bit unclear to me...
Hi, I believe there may be some bugs not covered by testing. I'll give it a closer look as soon as I can (likely the start of next week as...
Hi, thanks for the bug report! I'll look into what went wrong.