We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a7bf17 + 11604c4 commit 958e2aeCopy full SHA for 958e2ae
docs/source/quick_start/md/quick_start.md
@@ -49,7 +49,7 @@ Currently our PGL is developed based on static computational mode of paddle (we
49
import paddle.fluid as fluid
50
51
use_cuda = False
52
-place = fluid.GPUPlace(0) if use_cuda else fluid.CPUPlace()
+place = fluid.CUDAPlace(0) if use_cuda else fluid.CPUPlace()
53
54
# use GraphWrapper as a container for graph data to construct a graph neural network
55
gw = pgl.graph_wrapper.GraphWrapper(name='graph',
0 commit comments