error when using multi-gpu option for trainingNetwork

2 visualizaciones (últimos 30 días)
Wonsup Lee
Wonsup Lee el 8 de Ag. de 2018
Editada: Wonsup Lee el 29 de En. de 2019
I've stuck with this problem for more than a month. In 'trainingOptions', 'gpu' is working for 'ExcutionEnvironment', but 'multi-gpu' is not working and showing the following error!
Parallel training of recurrent networks is not supported. 'ExecutionEnvironment' value in trainingOptions function must be 'auto', 'gpu', or 'cpu'.
I have two GPUs. If I check 'gpuDevice', I can see both GPUs. Also, I have Parallel Computing Toolbox, but I don't know what should I change in that toolbox in order to use the multi-gpu option.
Thank you so much in advance for your effort to help my problem!! W

Respuesta aceptada

Joss Knight
Joss Knight el 8 de Ag. de 2018
You have a recurrent network. So you have a network with a SequenceInputLayer and at least one LSTM layer. For these networks, multi-gpu training is not yet supported. Sorry.
  1 comentario
Wonsup Lee
Wonsup Lee el 12 de Ag. de 2018
Editada: Wonsup Lee el 29 de En. de 2019
Hi Joss, Thank you for the notification. Hope the multi-gpu option is soon possible for LSTM! Regards, W

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Parallel and Cloud en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by