skr3178
skr3178
I tried the above solution: I get the following error --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () 2 3 from tensor2tensor.utils import registry ----> 4 from tensor2tensor...
Same setup as above gives error: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 10 USR_DIR = os.path.expanduser("/t2t/user") # This folder contains our data that we want to...
I face similar issue when running this tutorial https://github.com/fenderglass/jax-meta-tutorial `minimap2 -ax map-hifi assembly_graph.fasta SRR13128014_1gb.fastq.gz -t 30 | samtools sort > graph_alignment.bam samtools index graph_alignment.bam`
Thank you @splaisan . I used a different reference file and it seemed to work. I didn't try the solution you posted but that may also work.
@bottlele what command do you use to run up the stair using pretrained weights? also the command for running down the stairs shows different scenarios- walking sideways etc- on running...
> I would recommend to try to download with `aria2c`. It offers the option to use multiple simultaneous connections to download (`-x` or `--max-connection-per-server`). That might speedup the download. >...