ConvNetSharp icon indicating copy to clipboard operation
ConvNetSharp copied to clipboard

Distributed learning

Open glaporte opened this issue 7 years ago • 2 comments

Hello, is there a solution for distributed learning ? I think the most obvious is to create a small server then send samples to convnetsharp?

Support of RNN is coming soon?

Thank you:)

glaporte avatar Jul 12 '17 20:07 glaporte

Hi, There is not solution for distributed learning so far. Yes, I guess you could train different nodes with different samples set and share the weights from time to time. I am not sure of the strategy to share weights among nodes (average them ?).

Currently I am fixing/improving ConvNet.Fluent part. My short term objective is to have a working convolutional autoencoder. Once this will be done I will continue my work on LSTM

cbovar avatar Jul 16 '17 14:07 cbovar

Hi,

Thank you for your information :) I am waiting for LSTM 👍

Keep the good work!

glaporte avatar Jul 16 '17 18:07 glaporte