Amrest Chinkamol

Results 8 comments of Amrest Chinkamol

Sorry to ask. Is davidnvq/einops#1 too old to be merged, or there are other ways to workaround? It's quite awkward where most of the work can be done using einops,...

It always bugging me to just use `torch.cat` when most of the tensor manipulation was done using einops. Making the code to be less semantic. Like when you need to...

Greetings, I'm currently looking into auto-correct model for automated Thai subtitle creation but lacking the dataset. I have about 200-500 sentences and somewhat working subtitle segmentation service(S2T transcript -> human...

> Thanks for the report & I agree that this should lead to the same but the code paths are indeed different - but I have not looked in to...

I also found the same issue while trying to replicate `IEEEtran.cls`'s `\thanks` command. The example can be found in this [link](https://typst.app/project/r2wOu8WTWd2fE_flGAWnBR). ``` #footnote(numbering: it => "")[ #grid(columns: (1fr, 1fr))[ #par(justify:...

Been half a year and I found myself stuck at this inconsistent behavior again. Another problem I found but haven't mentioned yet is that `DatasetRolling.construct` will swap the rolling dimension...

Facing similar issue here, had to enable `custom_sidebar` and edit `_quarto.yaml` or `sidebar.yaml` manually to navigate this problem.

For anyone facing this problem, workaround is to edit their own `nbs/_quarto.yaml` using this structure. https://github.com/fastai/nbdev/blob/923f2b010b5079642b84baa68688b745a4db40d8/nbs/_quarto.yml#L18-L27 For multi-level, just repeat the top-level structure: ```yaml sidebar: style: floating contents: - auto:...