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.
- Host: GitHub
- URL: https://github.com/alibaba/fastnn
- Owner: alibaba
- License: apache-2.0
- Created: 2019-09-04T10:03:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T07:09:45.000Z (over 4 years ago)
- Last Synced: 2025-05-13T04:32:41.792Z (about 1 year ago)
- Topics: deep-learning, distributed, models, pai
- Language: Python
- Homepage:
- Size: 319 KB
- Stars: 83
- Watchers: 6
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.