CoinCheung

Results 67 issues of CoinCheung

Hi, Would you please add some open source implementations of the solutions, if any?

Hi, Thanks for providing this helpful tool. Sometimes I cannot avoid some unexpected interrupt, then I will have to tune my model from the very beginning. This process can take...

### ❓ The question I generate train samples with dolma, and I found that some of the texts are really long, which can be 8k, but my `max_seq_len` is only...

type/question

Will future releases include rope-vit? I see in the paper that rope-vit is advantageous to naive vit.

Hi, Would you please tell me what is the newest and most powerful work of this series? Mainly about re-parameterizing a cnn block into a single conv-bn-relu module?

Has anyone used large dataset such as laion-5b etc to train an improved ddpm model? Is there any work like this?

### Description When I open nvim and split, and then toggle with `current_window=true`, and then open a new file from nvim-tree. The split pattern is destroyed, and the opened new...

bug
reproduced

When I do this: ``` $ cd /path/to/project $ nvim ./path/to/sub/folder ``` Then `telescope.nvim` would search only in ` /path/to/project/path/to/sub/foler`. However, when I do this: ``` $ cd /path/to/project $...

enhancement

Hi, By comment one line with sexy code like this: ![Image](https://github.com/user-attachments/assets/4125db4e-d7fe-452a-8e96-19be946ce0ac) Then I uncomment it with command `NERDCommenterUncomment`, it becomes ![Image](https://github.com/user-attachments/assets/5e9fb79f-3de3-4a34-892a-23d8c7d35250) This shows that, for one line sexy comment, the...

### Description If I use `:only` command, the context will be clean up. I believe this context plugin should not be in the scope where `:only` can clean. ### Neovim...