-
Is there any way to specify a speech recognition grammar? I am sure that deepspeech will work better, if it is used with a grammar. Am I missing something or is this not yet implemented?
A possible…
-
The attached hmm and target sequence (both with .txt extension to force github to allow them to be uploaded) pair to yield a >9Kb long gap in an alignment.
[target.fa.txt](https://github.com/EddyR…
-
I would like to know if it possible to train a Neural-HMM for another language,
What is needed for this? A cmudict in a new language is required or can be bypassed ?
Is there any tutorial to do so?…
-
Hi, I am using `hmmlearn` to train a left-right hmm model with dozens of wav files.
```
self.pi_prior = np.array([1, 0.0, 0.0, 0.0, 0.0])
self.A_prior = np.array([[0.6, 0.4, 0.0, 0.0, 0.0],
…
-
Hi
First of all Great work, just a question :
is this possible to pass a batch of protein sequences to the `alignment_runner.run(fasta_path, local_alignment_dir)` in the run_pretrained_openfold…
-
This is a continuously updated list of Todos. If you have a suggestion, comment to the issue. I will update the list if the suggestion fits in.
Please note that none of the items will be guaranteed t…
-
Hello,I have encountered some issues while running Phast.
I have obtained a native alignment HAL file from the cactus dataset and split each chromosome into 5Mb segments, resulting in several MAF fil…
-
The forward-backward ice cream spreadsheet example seems to be exposing bugs in the Dyna implementation. Can you guys try to make it work right? I wrote this code last night to give to the LI studen…
-
The examples in https://github.com/tensorflow/probability/tree/master/tensorflow_probability/examples do not run with TensorFlow 2, but it's been a while the stable TF2 is available. So, any plans to …
-
Hello,
I am working on this project , where I have the sequences of port visits for some ships. I have a round 1500 of these sequences . My objective is to use HMM to predict the next port visit …