https://github.com/dukebw/bassoon
A parameter server compatible with PyTorch optimizers.
https://github.com/dukebw/bassoon
parameter-server python pytorch tcp twisted
Last synced: about 1 month ago
JSON representation
A parameter server compatible with PyTorch optimizers.
- Host: GitHub
- URL: https://github.com/dukebw/bassoon
- Owner: dukebw
- License: gpl-3.0
- Created: 2017-12-30T23:02:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T18:56:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T02:28:54.757Z (3 months ago)
- Topics: parameter-server, python, pytorch, tcp, twisted
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# bassoon
Bassoon is a stand-alone parameter server that can be used to synchronize a set
of worker processes on a local or distributed setup on a single shared set of
parameters.There are interfaces to initialize, reset, and update the shared parameters.
See `parameter_server.py` for details.## Installation
`pip3 install --editable . --user`