YuanGongND / gopt

Code for the ICASSP 2022 paper "Transformer-Based Multi-Aspect Multi-Granularity Non-native English Speaker Pronunciation Assessment".
BSD 3-Clause "New" or "Revised" License
152 stars 28 forks source link

I could not find "load_human_scores" and "load_phone_symbol_table" from utils. #32

Open hesaamZ opened 1 year ago

hesaamZ commented 1 year ago

Hi, dear Yuan I want to use your code for inferring with my own data, but there is no 'utils' package to import 'load_human_scores' and 'load_phone_symbol_table' in your source code. Should I download the 'utils' from somewhere? Thanks

YuanGongND commented 10 months ago

hi there,

Please closely follow our instruction at https://github.com/YuanGongND/gopt#local-scripts-train-and-evaluate-gopt-with-speechocean-762-dataset. In Step 1, we described it in detail. Specifically, if you follow our instruction, the code will import from https://github.com/kaldi-asr/kaldi/blob/master/egs/gop_speechocean762/s5/local/utils.py

-Yuan