Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Releases: cerndb/dist-keras

Version 0.2.1

26 Oct 21:36

Choose a tag to compare

Several optimizations including improved epoch handling. Though, introduces Issue #35.

Flat Minima

12 Jun 09:59

Choose a tag to compare

This release has seen a lot of updates compared to version 0.1.0. We removed HTTP weight exchanges, and replaced it with a custom protocol based on sockets, which improves the speed drastically. Furthermore, a lot of work was done on the optimizer side, implementing several state-of-the-art distributed optimization algorithms.

Flat Minima

12 Jun 09:53

Choose a tag to compare

Flat Minima Pre-release
Pre-release

This release has seen a lot of updates compared to version 0.1.0. We removed HTTP weight exchanges, and replaced it with a custom protocol based on sockets, which improves the speed drastically. Furthermore, a lot of work was done on the optimizer side, implementing several state-of-the-art distributed optimization algorithms.

Parallel Beliefs

11 Dec 01:02

Choose a tag to compare

First release of Distributed Keras.

We have made some significant performance improvements compared to the first prototypes. The most significant changes were in the parameter communication protocol, which has been changed from a REST based exchange to a low-level socket implementation. Furthermore, several changes have been made to provide users with training metrics, provide model serving utilities, and additional examples, including the "Machine Learning Unit Test" MNIST.

Stale Gradient

20 Nov 11:05

Choose a tag to compare

Stale Gradient Pre-release
Pre-release

Applied some production-critical methods.

Stale Gradient

19 Oct 15:33

Choose a tag to compare

Stale Gradient Pre-release
Pre-release
0.0.1

Update workflow notebook