-
Hi @JCBrouwer, I've been playing with your code. It's really good!
But the only issue is it doesn't seem like it's optimized for GPU. I mean the GPU utilization on average is ~40%.
Do you have …
-
genomad end-to-end --cleanup --splits 8 '/home/wenluyin/GCF_009025895.1/ncbi_dataset/data/GCF_009025895.1/GCF_009025895.1_ASM902589v1_genomic.fna' genomad_output genomad_db
╭────────────────────────…
-
Reverse on forward on reverse:
```julia
julia> function f1(x, ps) # [edit: renamed not to clash]
hess = Zygote.hessian(x->sum(x.^3), x)
return hess * x .+ ps.bias
end
f1 (g…
-
Hi,
The next version of irace: https://github.com/MLopez-Ibanez/irace/tree/v4
will have some breaking changes: https://mlopez-ibanez.github.io/irace/news/index.html
The list is not complete yet…
-
I am thinking of using whisper-large-v3 and F5-TTS stack, to make a e2e voice 2 voice model, for tss part, do u think it possiable intergate F5 with an LLM?
This means, it should be streamable.
-
First of all, thanks for this cool API, it's an awesome sandbox.
The problem I would like help with, I have a collection of 47 images taken with a camera of focal length 800mm
Theia manages to get…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**[Original report](https://bitbucket.org/dimo414/util.gem/issue/2) by Michael Diamond (Bitbucket: [dimo414](https://bitbucket.org/dimo414)).**
----------------------------------------
Both named bo…
-
Hi, In **mlsd_pytorch**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
numpy
opencv-python
…
-
### 🐛 Describe the bug
The `torch.nn.functional.interpolate` op in its implementation will call `torch._C.nn.upsample_bilinear2d` when `mode=bilinear` and `input.dim() == 4`. However when the decompo…