-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
Hi, I'm trying to run the ami recipe but it's failing with the following trace. Are there any leads on this?
============================================================================
AMI
============================================================================
============================================================================
Data Preparation (stage:0)
============================================================================
+ dir=/home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads
+ mkdir -p /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads
+ echo 'Downloading annotations...'
Downloading annotations...
+ amiurl=http://groups.inf.ed.ac.uk/ami
+ annotver=ami_public_manual_1.6.1
+ annot=/home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/ami_public_manual_1.6.1
+ logdir=/home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads
+ mkdir -p /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/log
+ '[' '!' -f /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/ami_public_manual_1.6.1.zip ']'
+ wget -nv -O /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/ami_public_manual_1.6.1.zip http://groups.inf.ed.ac.uk/ami/AMICorpusAnnotations/ami_public_manual_1.6.1.zip
+ '[' '!' -d /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/annotations ']'
+ mkdir -p /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/annotations
+ unzip -o -d /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/annotations /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/ami_public_manual_1.6.1.zip
+ '[' '!' -f /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads/annotations/AMI-metadata.xml ']'
+ local/ami_xml2text.sh /home/asr/neural_sp_assets/preprocessed_data/ami/local/downloads
local/ami_xml2text.sh: line 19: [: openjdk version "11.0.9.1" 2020-11-04: integer expression expected
local/ami_xml2text.sh. Java not found. Will download exported version of transcripts.
--2021-02-03 17:12:13-- http://groups.inf.ed.ac.uk/ami/AMICorpusAnnotations/ami_manual_annotations_v1.6.1_export.gzip
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|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3725858 (3.6M) [application/x-troff-man]
Saving to: '/home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/ami_manual_annotations_v1.6.1_export.gzip'
/home/asr/neural_sp_asset 100%[==================================>] 3.55M 1.37MB/s in 2.6s
2021-02-03 17:12:16 (1.37 MB/s) - '/home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/ami_manual_annotations_v1.6.1_export.gzip' saved [3725858/3725858]
+ wdir=/home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations
+ '[' '!' -f /home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/transcripts1 ']'
+ echo 'Preprocessing transcripts...'
Preprocessing transcripts...
+ local/ami_split_segments.pl /home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/transcripts1 /home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/transcripts2
+ for dset in train eval dev
+ grep -f local/split_train.orig /home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/transcripts2
+ for dset in train eval dev
+ grep -f local/split_eval.orig /home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/transcripts2
+ for dset in train eval dev
+ grep -f local/split_dev.orig /home/asr/neural_sp_assets/preprocessed_data/ami/local/annotations/transcripts2
Getting CMU dictionary
cat: /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/cmudict/cmudict.0.7a.symbols: No such file or directory
grep: /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/cmudict/cmudict.0.7a: No such file or directory
2021-02-03 17:12:21 URL:http://www.openslr.org/resources/9/wordlist.50k.gz [139334/139334] -> "/home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/wordlist.50k.gz" [1]
cat: /home/asr/neural_sp_assets/preprocessed_data/ami/ihm/train/text: No such file or directory
*Highest-count OOVs are:
Checking /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/silence_phones.txt ...
--> reading /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/silence_phones.txt
--> text seems to be UTF-8 or ASCII, checking whitespaces
--> text contains only allowed whitespaces
--> /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/silence_phones.txt is OK
Checking /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/optional_silence.txt ...
--> reading /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/optional_silence.txt
--> text seems to be UTF-8 or ASCII, checking whitespaces
--> text contains only allowed whitespaces
--> /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/optional_silence.txt is OK
Checking /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/nonsilence_phones.txt ...
--> ERROR: /home/asr/neural_sp_assets/preprocessed_data/ami/local/dict/nonsilence_phones.txt is empty or not exists
Metadata
Metadata
Assignees
Labels
No labels