PyGlow icon indicating copy to clipboard operation
PyGlow copied to clipboard

Parallel implementation of training process for HSIC sigma-network

Open spino17 opened this issue 5 years ago • 0 comments

Current implementation of HSIC training process has single core computations but we can very well exploit the layer independence to train each layer on a different processor which can heavily speed up the training process.

spino17 avatar Aug 27 '19 14:08 spino17