volcano.sh/volcano@v1.9.0/example/integrations/paddlepaddle/README.md (about) 1 # Click-Through-Rate Distributed Training with PaddlePaddle on Volcano 2 3 This is an example of running Click-Through-Rate(ctr) distributed training with PaddlePaddle on Volcano. The source code 4 is taken from PaddlePaddle EDL team's example [here](https://github.com/PaddlePaddle/edl/tree/develop/example/ctr). 5 6 The directory contains the following files: 7 * ctr-paddlepaddle-on-volcano.yaml: The Volcano Job spec. 8 9 To run the example, edit `ctr-paddlepaddle-on-volcano.yaml` for your image's name and version. Then run 10 ``` 11 kubectl apply -f ctr-paddlepaddle-on-volcano.yaml -n ${NAMESPACE} 12 ``` 13 to create the job. 14 15 Then use 16 ``` 17 kubectl -n ${NAMESPACE} describe job.batch.volcano.sh ctr-volcano 18 ``` 19 to see the status.