Skip to content

Commit d6df3bd

Browse files
committed
alpha - distribution
1 parent dc6bd27 commit d6df3bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/modules/distributed.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
API - Distribution
2-
======================
1+
API - Distribution (Alpha)
2+
=============================
33

44
Helper sessions and methods to run a distributed training.
55
Check this `minst example <https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_mnist_distributed.py>`_.

example/tutorial_mnist_distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: utf8 -*-
33

4+
# Alpha Version for Distributed Training
45

56
# you can test this example in your local machine using 2 workers and 1 ps like below,
67
# where CUDA_VISIBLE_DEVICES can be used to set the GPUs the process can use.

0 commit comments

Comments
 (0)