PreparationsΒΆ
- Prepare your computer cluster. It’s normally a bunch of Linux servers connected by LAN. Each server will be assigned a unique IP address. The computers in the cluster can be called “nodes”.
- Install PaddlePaddle on every node. If you are going to take advantage of GPU cards, you’ll also need to install proper driver and CUDA libraries. To install PaddlePaddle please read this build and install document. We strongly recommend using Docker installation.
After installation, you can check the version by typing the below command (run a docker container if using docker: docker run -it paddlepaddle/paddle:[tag] /bin/bash
):
$ paddle version
PaddlePaddle 0.10.0rc, compiled with
with_avx: ON
with_gpu: OFF
with_double: OFF
with_python: ON
with_rdma: OFF
with_timer: OFF