PaddlePaddle / models

Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
Apache License 2.0
6.9k stars 2.91k forks source link

Windows系统不支持ParallelExecutor,影响模型训练列表 #2157

Open JiaXiao243 opened 5 years ago

JiaXiao243 commented 5 years ago

由于Windows系统不支持ParallelExecutor这个API,在window环境下跑模型训练,很多都会报如下错误: image 包括:face_detection、cycle_gan、image_classification、metric_learning、object_detection、 video_classification、deep_attantion_matching_net、gru、transformer等等模型。

junjun315 commented 5 years ago

当前windows是不支持分布式训练的,所以相应的代码不能跑

wopeizl commented 5 years ago

1.5开始windows支持parallelExecutor