Fork自 PaddlePaddle / Paddle
package pserver import "testing" func TestSGDCreateRelease(t *testing.T) { o := newOptimizer(sgd, 1) o.Cleanup() }