Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Kunlun]add multi xpu support for PaddleClas about dygraph #690

Merged

Conversation

vslyu
Copy link
Contributor

@vslyu vslyu commented Apr 19, 2021

add add multi xpu support for PaddleClas dygraph mode

example:

python3.7 -m paddle.distributed.launch \
	--xpus="0,1" \
	--log_dir log \
	tools/train.py \
	-c ./configs/quick_start/ResNet50_vd_finetune_kunlun.yaml \
	-o is_distributed=False \
	-o use_gpu=False \
	-o use_xpu=True \

@littletomatodonkey littletomatodonkey merged commit 14a93e7 into PaddlePaddle:develop Apr 29, 2021
vslyu added a commit to vslyu/PaddleClas that referenced this pull request Apr 29, 2021
…dle#690)

* add multi xpu support for PaddleClas about dygraph

* add dygraph multi xpu support
vslyu added a commit to vslyu/PaddleClas that referenced this pull request Apr 30, 2021
…dle#690)

* add multi xpu support for PaddleClas about dygraph

* add dygraph multi xpu support
littletomatodonkey pushed a commit that referenced this pull request Apr 30, 2021
* add multi xpu support for PaddleClas about dygraph

* add dygraph multi xpu support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants