mindspore-ai / mindspore

MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
https://gitee.com/mindspore/mindspore
Apache License 2.0
4.24k stars 701 forks source link

ResizeBilinear on GPU #127

Closed BebDong closed 3 years ago

BebDong commented 3 years ago

I tried to re-implement the Deeplabv3 model on the NVIDIA GPU platform with MindSpore. However, I was surprised to find that the ResizeBilinear operation does not support the GPU platform. How should I solve this problem?

cxl-ll commented 3 years ago

Hello user, your question has also been mentioned in the mindspore forum. I'll give you a reply here. There is no plan to support GPU for the time being, but it should be supported by the end of June this year. Thank you.

BebDong commented 3 years ago

Thanks for the reply.