书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 2947 个相关结果.
  • Installation

    Installation Requirements Installation The last stable release is available on PyPI and can be installed with pip : $ python3 - m pip install PyMySQL To use “sha256_pass...
  • 使用Conda安装

    使用Conda安装 环境准备 安装步骤 注意 使用Conda安装 Anaconda 是一个免费开源的Python和R语言的发行版本,用于计算科学,Anaconda致力于简化包管理和部署。Anaconda的包使用软件包管理系统Conda进行管理。Conda是一个开源包管理系统和环境管理系统,可在Windows、macOS和Linux上运行。 ...
  • 三、Python

    三、Python 为什么是 Python 学习 Python 的教程 Python 实践 摆脱困境 Python2 vs Python3 包 三、Python 原文:Python 译者:飞龙 协议:CC BY-NC-SA 4.0 Python 是开源 ,高级 ,通用 ,解释性 的编程语言 ,是数据科学应用程序中最受欢...
  • floor_division

    floor_division 参数 返回 floor_division paddle.compat.floor_division ( x, y ) [源代码] 等价于Python3和Python2中的除法。 在Python3中,结果为floor(x/y)的int值;在Python2中,结果为(x/y)的值。 参数 x (int|...
  • 兆芯下从源码编译

    兆芯下从源码编译 环境准备 安装步骤 源码编译 验证安装 如何卸载 备注 兆芯下从源码编译 环境准备 处理器:ZHAOXIN KaiSheng KH-37800D 操作系统:centos7 Python 版本 2.7.15+/3.5.1+/3.6/3.7/3.8 (64 bit) pip 或 pip3 ...
  • 基于Python预测引擎推理

    基于Python预测引擎推理 一、训练模型转inference模型 检测模型转inference模型 识别模型转inference模型 二、文本检测模型推理 1. 超轻量中文检测模型推理 2. DB文本检测模型推理 3. EAST文本检测模型推理 4. SAST文本检测模型推理 (1). 四边形文本检测模型(ICDAR2015) (2). 弯曲...
  • Basic auth

    Securing Prometheus API and UI endpoints using basic auth Hashing a password Creating web.yml Launching Prometheus Testing Summary Securing Prometheus API and UI endpoints ...
  • Basic auth

    Securing Prometheus API and UI endpoints using basic auth Hashing a password Creating web.yml Launching Prometheus Testing Summary Securing Prometheus API and UI endpoints ...
  • Basic auth

    Securing Prometheus API and UI endpoints using basic auth Hashing a password Creating web.yml Launching Prometheus Testing Summary Securing Prometheus API and UI endpoints ...
  • Linux下的Conda安装

    Linux下的Conda安装 一、环境准备 1.1 创建虚拟环境 1.1.1 安装环境 1.1.2进入Anaconda虚拟环境 1.2其他环境检查 二、开始安装 首先请您选择您的版本 根据版本进行安装 2.1 CPU版的PaddlePaddle 2.2 GPU版的PaddlePaddle 三、验证安装 注意 Linux下的C...