An open API service indexing awesome lists of open source software.

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.

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`