MAEDA Chikara Antoine

Results 10 comments of MAEDA Chikara Antoine

I am experiencing the same issue when training a T5 model from Huggingface. Version of colossalai: 0.1.8+torch1.10cu10.2

Up! I wish to try it as well to check if reported results are as good as they say. Can we already find it and if no, when will it...

> @AntoineBlanot Could you paste the content of `run.sh` and the model config file (.yaml) you used? Sure ! Here there are: `run.sh` ```bash #!/usr/bin/env bash # Set bash to...

May be related to this issue: https://github.com/lhotse-speech/lhotse/issues/1177

@desh2608 I am running on latest Lhotse, version `1.20.0` Here is the full error: ``` --------------------------------------------------------------------------- HTTPError Traceback (most recent call last) Cell In[6], [line 1](vscode-notebook-cell:?execution_count=6&line=1) ----> [1](vscode-notebook-cell:?execution_count=6&line=1) ami_path =...

> Is lhotse up to date? I seem to rememb er at some point the URL was changed. I am using latest version, up-to-date yes.

I have checked again and it seems like the problem occurs at iteration 105. ``` wav_db/IS1001c/audio/IS1001c.Array1-01.wav: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 46.3M/46.3M [00:25

More specifically, this file is not found, even with `wget` ``` HRI-JP1964:~ maedachikara$ wget https://groups.inf.ed.ac.uk/ami//AMICorpusMirror/amicorpus/IS1003a/audio/IS1003a.Array1-01.wav --2024-02-08 11:51:32-- https://groups.inf.ed.ac.uk/ami//AMICorpusMirror/amicorpus/IS1003a/audio/IS1003a.Array1-01.wav Resolving groups.inf.ed.ac.uk (groups.inf.ed.ac.uk)... 129.215.202.26 Connecting to groups.inf.ed.ac.uk (groups.inf.ed.ac.uk)|129.215.202.26|:443... connected. HTTP request sent,...

If by latest you mean latest release I am on it yes, like I said above, I am on `version 1.20.0`. On the link you sent me above, I cannot...

> Can you check if your Lhotse has the changes from the PR linked above? > > If any file is not present, we warn and continue so the program...