-
I build the `paddlecloud` from develop branch and execute the commands as followed:
- `rm ~/.paddle/token_cache`
- `./paddlecloud get jobs`
but the `paddlecloud` can not fetch the token and re…
-
Here is the API design of PyTorch.distributed: https://github.com/pytorch/pytorch/issues/241. It looks very similar to MPI by means of
1. has the concept process group, which is the concept "world…
-
As the [Paddle Client Configuration](https://github.com/PaddlePaddle/cloud/pull/58#pullrequestreview-39381467), we can configure the activate datacenter in each datacenter item, this means we can con…
-
你好,我今天发现,paddlepaddle可以用pip安装了,就在uabntu16.04上pip安装了它。然而,在git clone https://github.com/PaddlePaddle/models.git
cd models/deep_speech_2
sh setup.sh
这一步安装setup.sh
和swig的setup.sh时,都出现错误:openfst-1.6.3/…
-
For dataset on the cloud, we currently only allow the user to upload the dataset and an index file, we will do the dataset partition for the user. (according to https://github.com/PaddlePaddle/Paddle/…
-
For now, `paddlecloud kill` printting some messages with JSON formate...
```bash
$ ./paddlecloud kill paddle-job-yanxu
{"token":"cf02264987617a394bec700fcd597c6e3e6b0428"}
{"msg":"Success{u'qo…
-
### 现状
目前的v2 api只支持单机执行,而分布式任务依然使用以前的paddle train xxx的方式运行,启动trainer/ps 二进制,读取trainer_conf.py,然后通过data_provider读取数据进行训练。
### 需求
需要做一下升级,即在mpi node上通过python xxx.py的方式启动trainer进行训练,并且通过python的v2 ap…
-
In [/.pre-commit-config.yaml](https://github.com/PaddlePaddle/Paddle/blob/develop/.pre-commit-config.yaml), we refer to
[repo: https://github.com/reyoung/mirrors-yapf.git](https://github.com/PaddleP…
-
1. `paddlecloud submit ...`: submit a training job
1. `paddlecloud jobs [-a]`: list jobs, default list running jobs.
1. `paddlecloud quota`: show current quota usages
1. `paddlecloud pfs ...`: padd…
-
- Add lookahead row convolution layer, for both cpu and gpu version.
- Details please find in [DS2 paper](https://arxiv.org/abs/1512.02595).
- Please add a design-doc [here](https://github.com/xingh…