8000 GitHub - congjianluo/TensorflowASGD: The tensorflow ASGD optimizer implement.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

congjianluo/TensorflowASGD

Repository files navigation

Tensorflow ASGD Optimizer

Custom Asynchronous Stochastic Gradient Descent Optimizer in Tensorflow.

It works like PyTorch ASGD. https://pytorch.org/docs/stable/_modules/torch/optim/asgd.html#ASGD

You can import it:
from TensorFlowASGD import AsynchronousStochasticGradientDescent
and use replace the optimizer tha you used:
optimizer = AsynchronousStochasticGradientDescent()

A simple LeNet example:

Result.png

About

The tensorflow ASGD optimizer implement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0