Adrià
Adrià
I got carried away with other stuff, I will finish this at some point, though :sweat_smile:
> Can this be implemented in the toeplitz matrix ? I was planning to get inspiration from [here](https://github.com/pjreddie/darknet/blob/master/src/convolutional_layer.c#L445-L485). But feel free to step in, I don't think I will find...
Thank you for the quick reply, I'll have a look at the CTC in the meantime :)
Nice, I've seen that you open images directly from the path. You can get some inspiration from this example to make it work with PIL images or numpy arrays directly....
I was also facing a similar problem, I tried to train a shape predictor for pose estimation, but I couldn't make it work either, especially for weird poses (it turns...
I am afraid I am not in a position to give you advice on how you should do your work. However, I will say that, given the amount of time...
@bbchung Could you possibly skip ccache as well?
Thank you for looking into this :) That's odd, it appears for me when I type a simple C++ file, although much less often that when I use it on...
Here's a way to make this behavior happen very often: while in insert mode, move around this file using the arrow keys. ``` cpp #include #include #include #include #include using...
Thanks again. How would I initialize the `kak-lsp` twice? Here's the part that initializes the lsp on my `kakrc` ``` eval %sh{kak-lsp --kakoune -s $kak_session} hook global WinSetOption filetype=(rust|python|go|javascript|typescript|c|cpp) %{...