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

https://github.com/alibaba/fastnn

FastNN provides distributed training examples that use EPL.
https://github.com/alibaba/fastnn

deep-learning distributed models pai

Last synced: 9 months ago
JSON representation

FastNN provides distributed training examples that use EPL.

Awesome Lists containing this project

README

          

# EPL Examples

This repo contains distributed training examples that use [Easy Parallel Library](https://github.com/alibaba/EasyParallelLibrary) (EPL).

## Install dependent libraries

1. Install requirements

```
pip install -r requirements.txt
```

2. Install EPL

You can refer to [EPL installation document](https://easyparallellibrary.readthedocs.io/en/latest/installation_instructions.html) for detailed instruction.