NeuralNet.share_params

Discard local weights and use those of the target net instead. However, the net keeps its own internal state. Useful for hogwild SGD implementation.

class NeuralNet
void
share_params

Parameters

net NeuralNet

NeuralNet whose parameters should be used.

Meta