jazzly

Results 3 issues of jazzly

版本: Commits on Mar 7, 2018 62c27cd8f72f7a41ed64bf68c07d28ab1f6aab26 内核: Linux Gargoyle 4.9.77 表现: 流量统计 流量分布 无法加载显示,Web监视功能没有记录 图如下: ![image](https://user-images.githubusercontent.com/10249400/38202408-1f25c110-36ce-11e8-8be9-c4d4220e8686.png) 再来一张: ![image](https://user-images.githubusercontent.com/10249400/38202418-2b346fd8-36ce-11e8-88fb-47f836183a29.png) 日志: 当点击上面功能项时: > Mon Apr 2 23:33:15 2018 daemon.err uhttpd[3991]: ERROR:...

### 请提出你的问题 使用示例 https://github.com/PaddlePaddle/PaddleNLP/tree/develop/applications/text_classification/multi_class#readme 进程训练时,使用 ``` python3 -m paddle.distributed.launch --nproc_per_node=24 train.py \ --do_train \ --do_eval \ --do_export \ --model_name_or_path ernie-3.0-tiny-medium-v2-zh \ --output_dir checkpoint \ --device cpu \ --num_train_epochs 100 \...

question

### 软件环境 ```Markdown - paddlepaddle: 2.6.1 - paddlepaddle-gpu: - paddlenlp: 2.8.0 ``` ### 重复问题 - [X] I have searched the existing issues ### 错误描述 ```Markdown 使用如上版本训练 https://github.com/PaddlePaddle/PaddleNLP/tree/develop/applications/text_classification/multi_class#readme 示例中的训练数据时,使用CPU模式时由于默认命令只使用单线程训练。想加快训练进程,查看了有一个enable_auto_parallel参数,当把这个 enable_auto_parallel 置为True时,启动训练会报get_rank_by_dim_and_process_id...

bug