-
```
Add the LaTeX-beamer (presentation) target, suggested by Pascal Steichen. He
have made a patch
for txt2tags v2.3.2, available at http://pst.libre.lu/toolz/t2t/.
```
Original issue reported on c…
-
```
There's no comments output, no I don't joke !
A quick exemple to understand, in sample.t2t :
% a secret comment!
should become, in html.sample :
```
Original issue reported on code.google…
-
Hello all,
I'm using my own data for training a transformer model for machine translation. I am using the standard pipeline with t2t-datagen and t2t-trainer and it's fine to train the model. In som…
-
Hi,
I am trying to run truvari on the hapdiff unphased variants VCF (produced by the haplotype resolved HG002 assemblies) against the HG002 benchmarking VCF. I have given the commands used and the …
-
Currently, the T2T serving (export.py + query.py) returns one result per query.
How would you go about changing it to returns all the beam results? For example, if the beam is 4, return the 4 resu…
ndvbd updated
5 years ago
-
Hi,
I'd like to use T2T-CHM13 as reference, how to set `-rv`?
```
python3 ${path_to_volcanosv}/bin/VolcanoSV-vc/Small_INDEL/volcanosv-vc-small-indel.py \
-i volcanosv_asm_output/ \
-o volcanosv…
-
I have trained a base transformer model using the sub-word segmentation approach of Sennrich et al. (https://github.com/rsennrich/subword-nmt). This requires me to set the subword_tokenizer in the new…
-
I downloaded the gene sequence file of Fengchan6_T2T. Then I use "gffread" to extract its protein sequence by the file of Vigna_unguiculata_assembly.all.gene.gff. But I can't extract--"Warning: couldn…
-
Hello, now I have the result of EVM - gff3 file, I want to update my gff3 file to add UTR information, the following is my command:
```
singularity exec \
-B $PWD pasapipeline.v2.5.3.simg /usr/loc…
-
I have trained a Transformer model for a speech recognition problem using the librispeech problem as the template. Training data includes librispeech but other datasets as well. The model appears t…