skxooo
skxooo
> Hi, I've encountered this issue when running this project: Traceback (most recent call last): File "run_training.py", line 58, in main() File "run_training.py", line 53, in main run_training(args.train_module, args.train_name, args.cudnn_benchmark)...
> > iaaa_000 iaaa 0.0 3.27 > > 您好,这里生成的segments文件已经存在问题了,正确的segments格式中包含SPK和活动起止时间戳 `iaaa_A_0000085_0000124 iaaa 0.85 1.24` 我是参照https://github.com/hitachi-speech/EEND/blob/master/egs/callhome/v1/run_prepare_shared_eda.sh 生成的callhome kaldi格式文件,您可以尝试下。 非常感谢您的回答。我仔细查看了您提供的 [run_prepare_shared_eda.sh](https://github.com/hitachi-speech/EEND/blob/master/egs/callhome/v1/run_prepare_shared_eda.sh) 脚本文件,发现脚本中使用了如下命令: ```bash awk '{printf "%s_%s_%07d_%07d %s %.2f %.2f\n", \ $2, $8, $4*100,...
> You can find the link in https://drive.google.com/file/d/1icJFUNJZEofOke-9bizfD-m4643G1ycg/view?pli=1 > > Also, you can get information in related paper Graph-Based Spatio-Temporal Feature Learning for Neuromorphic Vision Sensing(https://ieeexplore.ieee.org/abstract/document/9199543) I couldn’t find a...