Closed accosmin closed 8 years ago
Do not create the optimizers for each minibatch round to save memory and improve speed.
Possible solution:
Consider also tuning the number of iterations per minibatch {1, 2, 3, 4}...
Need to reuse the optimization context (if possible):
Do not create the optimizers for each minibatch round to save memory and improve speed.
Possible solution:
Consider also tuning the number of iterations per minibatch {1, 2, 3, 4}...