240 发简信
IP属地:上海
  • python中for循环的底层实现机制 迭代

    在python中,存在2种循环方式:for循环和while循环。 while循环的实现很简单, 其本质就是一个条件语句,自定义条件,当条件满足的时候,不断执行while代码块...

  • mac安装brew

    ]安装方法:命令行输入/usr/bin/ruby-e"$(curl-fsSL https://raw.githubusercontent.com/Homebrew/insta...

  • 120
    CUDA GPU编程

    原文链接:https://zhuanlan.zhihu.com/p/77307505[https://zhuanlan.zhihu.com/p/77307505]Python...

  • Cudf 与pandas df 使用中的不同

    cookbook: rapidis cookbook[https://docs.rapids.ai/api/cudf/stable/] 1、 部署: rapidis镜像...

  • 120
    python 应用打包与发布

    简介: 平常我们用包管理工具(如:pip,easy_install)去下载模型和包,然后把他们import进自己的项目来构建一个新项目。这些包管理工具链接源PyPI(Pyth...