yeyupiaoling / VoiceprintRecognition-PaddlePaddle

本项目使用了EcapaTdnn、ResNetSE、ERes2Net、CAM++等多种先进的声纹识别模型,同时本项目也支持了MelSpectrogram、Spectrogram、MFCC、Fbank等多种数据预处理方法
Apache License 2.0
218 stars 44 forks source link

training with CPU #4

Closed Zomun closed 2 years ago

Zomun commented 2 years ago

which configs need I to modify

yeyupiaoling commented 2 years ago

默认是不支持CPU训练的,虽然可以修改源码支持,但是这个模型比较大,数据也比较多,用GPU训练都要一个多星期,CPU估计没法训练。