-
If I inpaint an image, and then use that image as a source for more inpainting (mostly because inpainting rarely gets things right on the first try, ie. it's better to inpaint and get _some_ of what y…
-
Please comment or +1 list your flaky tests. Don't just say "gpu tests", name specifics failing
-
Comment here with the day you wish to present, the name of the software (linked to the website), and a sentence or two about what it does. Please link *your* `proposal.md` below. (You are encouraged t…
-
**Describe the bug**
I want to apply zero-3 and offload the relevant parameters to NVME. I found during debugging in PyCharm that after running the “assert (swap_handle.async_pwrite(buffer, path) == …
xvanQ updated
10 months ago
-
Let's use this issue to gather instructions on how to profile one's CPUNVMe setup.
(@tjruwase and I have been editing this post)
You need to do this on every new CPU/NVMe setup in order to confi…
-
https://www.kaggle.com/c/landmark-retrieval-challenge
-
Have you tried building the spectrogram and encoder output in smaller chunks and appending? I think the spectrogram should generate fairly easily with minimal noise depending on the size of the chunk,…
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
### Describe the bug
Intel compute runtime doesn't allow allocating a buffer bigger than 4 GB.
https://github.com/intel/compute-runtime/issues/627
When you allocate an array in intel-extensio…
-
**Describe the issue**
Hi, I'm going to merge InternImage model into mmdetection==2.28.1, and I encounter the error:
```bash
AssertionError: DINO: DINOHead: The classification weight for loss and…