{"id":349,"date":"2021-03-17T16:26:50","date_gmt":"2021-03-17T08:26:50","guid":{"rendered":"http:\/\/chuyaoyuan.com\/?p=349"},"modified":"2021-03-17T16:26:50","modified_gmt":"2021-03-17T08:26:50","slug":"wsl2%ef%bc%88ubuntu18-04%ef%bc%89%e6%90%ad%e5%bb%ba%e7%99%be%e5%ba%a6%e9%a3%9e%e6%a1%a82-0%ef%bc%88paddlepaddle%ef%bc%89cpu%e7%89%88%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/chuyaoyuan.com\/?p=349","title":{"rendered":"WSL2\uff08Ubuntu18.04\uff09\u642d\u5efa\u767e\u5ea6\u98de\u68682.0\uff08PaddlePaddle\uff09CPU\u7248\u672c"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>\u98de\u6868\u5f00\u6e90\u6846\u67b6(PaddlePaddle)\u662f\u4e00\u4e2a\u6613\u7528\u3001\u9ad8\u6548\u3001\u7075\u6d3b\u3001\u53ef\u6269\u5c55\u7684\u6df1\u5ea6\u5b66\u4e60\u6846\u67b6\uff0c\u6e90\u4e8e\u4ea7\u4e1a\u5b9e\u8df5\u7684\u5f00\u6e90\u6df1\u5ea6\u5b66\u4e60\u5e73\u53f0\u3002<\/p>\n\n\n\n<p>\u4e4b\u524d\u642d\u5efa\u8fc71.8.5\u7248\u672c\u7684\uff0c\u662f\u5728\u865a\u62df\u673a\u8dd1\u7684\uff0c\u6700\u8fd1\u65b0\u51fa2.0\u4e86\uff0c\u6240\u4ee5\u4f7f\u7528\u672c\u5730\u7684WSL2\uff08Ubuntu18.04\uff09\u5c1d\u8bd5\u642d\u5efa\u6700\u65b0\u7248\u672c2.0\u3002<\/p>\n\n\n\n<p>\u8ddf\u7740PaddlePaddle\u5b98\u7f51\u5b89\u88c5\u6559\u7a0b\u5f00\u59cb\uff08<a rel=\"noreferrer noopener\" href=\"https:\/\/www.paddlepaddle.org.cn\/documentation\/docs\/zh\/install\/index_cn.html\" target=\"_blank\">https:\/\/www.paddlepaddle.org.cn\/documentation\/docs\/zh\/install\/index_cn.html<\/a>\uff09<\/p>\n\n\n\n<p>1.\u8fdb\u5165WSL2\uff08ubuntu\uff09\u68c0\u67e5python\u7248\u672c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 --version<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-3.png\"><img loading=\"lazy\" width=\"680\" height=\"508\" src=\"http:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-3.png\" alt=\"\" class=\"wp-image-351\" srcset=\"https:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-3.png 680w, https:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-3-300x224.png 300w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/><\/a><\/figure>\n\n\n\n<!--more-->\n\n\n\n<p>\u68c0\u67e5pip\u7248\u672c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 -m pip --version<\/code><\/pre>\n\n\n\n<p>\u786e\u8ba4\u672c\u673a\u662f\u5426\u4e3a64\u4f4d<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 -c \"import platform;print(platform.architecture()&#91;0]);print(platform.machine())\"\n<\/code><\/pre>\n\n\n\n<p>2.\u5f00\u59cb\u5b89\u88c5\uff08cpu\u7248\u672c\uff09<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python -m pip install paddlepaddle -i https:\/\/mirror.baidu.com\/pypi\/simple<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-4.png\"><img loading=\"lazy\" width=\"689\" height=\"527\" src=\"http:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-4.png\" alt=\"\" class=\"wp-image-353\" srcset=\"https:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-4.png 689w, https:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-4-300x229.png 300w\" sizes=\"(max-width: 689px) 100vw, 689px\" \/><\/a><\/figure>\n\n\n\n<p>3.\u9a8c\u8bc1\u5b89\u88c5<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 \nimport paddle\npaddle.utils.run_check()<\/code><\/pre>\n\n\n\n<p>\u5982\u679c\u51fa\u73b0\u2018\u2018PaddlePaddle\u00a0is\u00a0installed\u00a0successfully!\u2019\u2019\uff0c\u8bf4\u660e\u5df2\u6210\u529f\u5b89\u88c5\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-5.png\"><img loading=\"lazy\" width=\"689\" height=\"527\" src=\"http:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-5.png\" alt=\"\" class=\"wp-image-354\" srcset=\"https:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-5.png 689w, https:\/\/chuyaoyuan.com\/wp-content\/uploads\/2021\/03\/image-5-300x229.png 300w\" sizes=\"(max-width: 689px) 100vw, 689px\" \/><\/a><\/figure>\n\n\n\n<p>\u7ed3\u675f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u98de\u6868\u5f00\u6e90\u6846\u67b6(PaddlePaddle)\u662f\u4e00\u4e2a\u6613\u7528\u3001\u9ad8\u6548\u3001\u7075\u6d3b\u3001\u53ef\u6269\u5c55\u7684\u6df1\u5ea6\u5b66\u4e60\u6846\u67b6\uff0c\u6e90\u4e8e\u4ea7\u4e1a\u5b9e\u8df5\u7684\u5f00\u6e90\u6df1\u5ea6\u5b66 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[29],"tags":[31,33,32,30],"_links":{"self":[{"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=\/wp\/v2\/posts\/349"}],"collection":[{"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=349"}],"version-history":[{"count":3,"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=\/wp\/v2\/posts\/349\/revisions"}],"predecessor-version":[{"id":355,"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=\/wp\/v2\/posts\/349\/revisions\/355"}],"wp:attachment":[{"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chuyaoyuan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}