-
```
###
Chr8 EDTA helitron 28596870 28597251 2596 + . ID=TE_homo_201873;Name=TE_00002121;classification=DNAnona/Helitron;sequence_ontology=S
O:0000544;iden…
-
Hi,
For the files in FLAGGER_HIFI_PROJECTED_SIMPLIFIED_BEDS/ directories, are their cooddinate based on T2T-CHM13 (v.2.0) or T2T-CHM13 (v.1.1)or hg38?
For examples, files in here: https://s3-us…
-
https://github.com/xinyu1205/recognize-anything/blob/fd2ab877e245e8e571af7b2d6048d1a9d40a6408/ram/models/tag2text.py#L226
I think the result of this loss is always equal to 2*loss_t2t, which will cau…
-
Dear Sir,
I saw kmc_genome_counts is used in https://github.com/msauria/T2T_Kmer_Analysis for the analysis of the T2T genome. But I cannot find it in the current KMC. I wonder how I would be able t…
-
### Description
The `t2t-trainer` command fails to run.
### Environment information
```
Google Colab environment.
In fact, you can just reproduce this problem merely by executing the note…
-
### Description
When running https://colab.research.google.com/github/tensorflow/tensor2tensor/blob/master/tensor2tensor/notebooks/hello_t2t.ipynb
code for en2de translation and visualizing all atte…
-
I am traing ASR model with t2t , when global_step is more than 1M, loss is 0.20 and can not descend,so i try change Optimizer from Adam to Momentum, the error information as follows:
**NotFoundErro…
-
### Description
Successfully trained a model with the provided timeseries toy example problem tensor2tensor/tensor2tensor/data_generators/timeseries.py
after running the t2t-decoder it barked wit…
-
```
pip install tensor2tensor && t2t-trainer \
> --generate_data \
> --data_dir=~/t2t_data \
> --output_dir=~/t2t_train/mnist \
> --problem=image_mnist \
> --model=shake_shake \
> -…
-
### Description
I try to implement eager execution for t2t_train. However I get nothing from `model.variables`.
Any help?
[full implementation](https://github.com/xu-song/tensor2tensor-eage…