{"id":206,"date":"2024-07-14T23:07:47","date_gmt":"2024-07-14T15:07:47","guid":{"rendered":"https:\/\/thereisno.top:4430\/?p=206"},"modified":"2024-09-25T14:54:47","modified_gmt":"2024-09-25T06:54:47","slug":"%e8%bf%90%e8%a1%8cpython%e8%84%9a%e6%9c%ac%e6%97%b6%e6%8c%87%e5%ae%9a%e5%8f%82%e6%95%b0","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=206","title":{"rendered":"\u8fd0\u884cpython\u811a\u672c\u65f6\u6307\u5b9a\u53c2\u6570"},"content":{"rendered":"\n<pre class=\"wp-block-code has-black-color has-cyan-bluish-gray-background-color has-text-color has-background has-link-color wp-elements-d07bc4e76eb574208c49be73c51eb60c\"><code>import argparse\nparser = argparse.ArgumentParser(description='manual to this script')\nparser.add_argument(\"--gpus\", type=str, default=\"0\")\nparser.add_argument(\"--batch-size\", type=int, default=32)\nargs = parser.parse_args()\nprint(args.gpus)\nprint(args.batch_size)<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[30],"class_list":["post-206","post","type-post","status-publish","format-standard","hentry","category-python","tag-python-"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=206"}],"version-history":[{"count":3,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/206\/revisions"}],"predecessor-version":[{"id":1040,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/206\/revisions\/1040"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=206"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=206"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}