-
Hi, I met this issue:
Could you please help a lot
Read 300 points
Traceback (most recent call last):
File "sample_point_cloud.py", line 18, in
pcd_sampled = sample_pcd(pcd_orig, args.…
-
when I try to do this the question is
ceback (most recent call last):
File "D:\anaconda\Lib\site-packages\gradio\routes.py", line 534, in predict
output = await route_utils.call_process_api(…
-
### Proposal to improve performance
We have two concepts in vLLM:
- SequenceGroup, a group of sequence, that originates from the same request. In most usecases, a sequence group contains only one …
-
This is my simple test script:
```python
import torch
from parler_tts import ParlerTTSForConditionalGeneration
from transformers import AutoTokenizer
import soundfile as sf
torch_device = "m…
-
I found that ProMP does sampling much faster than garage. This is because ProMP has a specialized sampler, call MAML Sampler, that parallelizes sampling at task-level. I think this is also important f…
-
As a consumer of jetstream, I'd like to request columns of events using a deterministic partition function.
# Rationale
The number of events consume by jetstream is large and growing. Allowing consu…
-
Hi!
I have appr. 1.5 hours of audio voice at 44Khz and like to train a usable model from it. I don't want to retrain, as the pre-trained checkpoints are all 22Khz, sounding muddy and not that good.
…
donlk updated
1 month ago
-
#768 already does a lot! But there are still a few low hanging fruit.
For reference,
```julia
# setup
using Rasters, Proj, Chairmarks #ArchGDAL, Chairmarks
using Rasters.Lookups
dX = 0.0006
…
-
# Justification #
There can be cases where you want a variable that is replicated for every matched event, but is not initialized every time the probe body is executed. This requires that you have _g…
-
v0 and v1 are slow when sample too much key-points, for example 4800, it cost more than hours, thus I code a new version for faster sampling. the code is below:
```
import numpy as np
class FPS…