-
When turn on timestamp for DTW, this piece of code throws AccessViolationException when trying to copy mem.
![image](https://github.com/ggerganov/whisper.cpp/assets/22652571/51641558-0178-4a55-a070…
-
dataset_path: data/chengdu_m/dataset.npy
adjacency_matrix_path: data/chengdu_m/matrix.npy
dtw_matrix_path: data/chengdu_m/dtw_dataset_matrix.npy
-
Hi, big fan of tslearn and the dtw code you have written so far, it has been extremely useful in my alignment of chromatography data. The data is a little noisy however, so I'm wondering if this lr-dt…
cr458 updated
7 years ago
-
I get these errors when trying to install Subsai:
ERROR: Failed building wheel for dtw-python
Building wheel for webrtcvad (pyproject.toml) ... error
error: subprocess-exited-with-error
…
-
Hello,
I am trying to use DTW with 6 floats per samples. I loaded 3 samples of around 200 events each for class 1 and about the same for class 2.
When I try to use the predict method each frame to…
-
Hey there,
I've got the following problem: I'm trying to identify the optimal number of clusters for my data. Therefore I run the KMeans (DTW) algorithm with different values for "n_clusters", whil…
-
File "dtw.py" should be refactored --- maybe renaming it to e.g. "aligner.py"? --- to support different algorithms in the future. For example, triangular global alignment kernels or variations on the …
-
Hey,
i read your paper about shapeDTW and its implementation. You did really nice work there.
Can you explain if there is adifference between shapeDTW with Derivative shape descriptors with subseq…
-
in do_clustergen
FRAMELEN=$(echo | awk "{print int(0.025*$SAMPFREQ)}")
FRAMESHIFT=$(echo | awk "{print int(0.005*$SAMPFREQ)}")
FWARP[8000]=0.312
FWARP[11025]=0.357
FWARP[16000…
-
```
= info =====================================
|Query| = 10 |Subject| = 100 window = 10
CUDA error: invalid texture reference : GPU-dtw.cu, line 46
```
I get the above error when calling the fo…