Paddle
Paddle copied to clipboard
lgb使用脚本任务,调用GPU进行训练时,可以运行成功但是不进行训练。
bug描述 Describe the Bug
环境配置:单机四卡
import lightgbm as lgb
notebook 上可以正常使用CPU训练
lgb 参数配置: params = { ............ "device":"gpu", "gpu_platform_id":-1 }
运行命令: python -m paddle.distributed.launch --gpus="0,1,2,3" run001.py
报错信息:
'''
aunch train in GPU mode!
launch proc_id:491 idx:0
launch proc_id:494 idx:1
launch proc_id:499 idx:2
launch proc_id:504 idx:3
Traceback (most recent call last):
File "run.py", line 57, in
其他补充信息 Additional Supplementary Information
No response
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
你好,看报错是pandas的问题,可以看下单独使用pandas库是不是本来就有问题。