-
Hello! Thank you for the clean + user friendly codebase!
I'm trying to finetune the VQ-VAE tokenizer and noticed some keys might be missing from the pretrained checkpoint listed on huggingface: `"o…
-
Hi @kingo132,
For the past few months I've been dealing with this issue, and was wondering if you've encountered it before?
Essentially you have to boot up the computer on battery power and never …
-
Hi~ Great work there!
What I want to ask is whether RepGhost has suffered a serious loss after INT8 quantization?
Or how do you solve quantitative problems? Thanks~
-
Could we have a requirement.txt to pip install? Using conda to install leap is very hard
-
**Is your feature request related to a problem? Please describe.**
It's be great if `cucim` implements `skimage`'s `watershed` algorithm. `watershed` is really useful for segmentation and it'd be gre…
-
Hi, thanks for releasing this work! it has all been very interesting to read. However, I do have a few questions regarding your results and methodology.
1. For table 4. it seems that you train with…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
[## 📚 Documentation
Thank you very much for your support for windows distributed training, which is a very friendly and excellent work. However, according to the documents in the following links, I h…
-
`goto` cannot be used within varying control flow, such as within a `foreach`. This makes sense to me, but prevents a fairly common C pattern. Consider the program:
```c
foreach (i = 0 ... n) {
…
-
How much time do you train the model in your paper? Thank you