mirror of
https://github.com/wassname/ray.git
synced 2026-07-29 11:26:04 +08:00
[sgd] Document and add simple MNIST example (#3236)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from ray.experimental.sgd.sgd import DistributedSGD
|
||||
from ray.experimental.sgd.model import Model
|
||||
|
||||
__all__ = [
|
||||
"DistributedSGD",
|
||||
"Model",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user