kaituoxu / Speech-Transformer

A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.
768 stars 195 forks source link

run time long in stage 1 #9

Closed scut-salmon closed 5 years ago

scut-salmon commented 5 years ago

Hi, I found that it spend long time in stage 1, is there any wrong with my operation? How long will this process takes?

kaituoxu commented 5 years ago

Stage 1 is doing feature extraction. The time depends on size of your dataset. Aishell includes 170h+ audio, and it will finish stage 1 in one day.