Skip to content

Commit

Permalink
refresh badges (geoopt#58)
Browse files Browse the repository at this point in the history
* refresh badges

* fix

* black
  • Loading branch information
ferrine committed Mar 18, 2019
1 parent a51b2bf commit 9451655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -101,10 +101,10 @@ Samplers
.. |Read The Docs| image:: https://readthedocs.org/projects/geoopt/badge/?version=latest
:target: https://geoopt.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |Build Status| image:: https://travis-ci.com/ferrine/geoopt.svg?branch=master
:target: https://travis-ci.com/ferrine/geoopt
.. |Coverage Status| image:: https://coveralls.io/repos/github/ferrine/geoopt/badge.svg?branch=master
:target: https://coveralls.io/github/ferrine/geoopt?branch=master
.. |Build Status| image:: https://travis-ci.com/geoopt/geoopt.svg?branch=master
:target: https://travis-ci.com/geoopt/geoopt
.. |Coverage Status| image:: https://coveralls.io/repos/github/geoopt/geoopt/badge.svg?branch=master
:target: https://coveralls.io/github/geoopt/geoopt?branch=master
.. |Codestyle Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
.. |Gitter| image:: https://badges.gitter.im/geoopt/community.png
Expand Down
1 change: 1 addition & 0 deletions geoopt/optim/tracing.py
Expand Up @@ -33,5 +33,6 @@ def create_traced_update(step, manifold, point, *buffers, **kwargs):
def partial(*args):
step(manifold, *args, **kwargs)
return args

return partial
# return torch.jit.trace(partial, (point, grad, lr) + buffers)

0 comments on commit 9451655

Please sign in to comment.