CoinCheung
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...
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...
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 $...
Hi, By comment one line with sexy code like this:  Then I uncomment it with command `NERDCommenterUncomment`, it becomes  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...