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

    Transpose 参数 返回 代码示例 Transpose class paddle.vision.transforms. Transpose ( order=(2, 0, 1), keys=None ) [源代码] 将输入的图像数据更改为目标格式。例如,大多数数据预处理是使用HWC格式的图片,而神经网络可能使用CHW模式输入张量。 输出...
  • Transpose

    Transpose 参数 返回 代码示例 Transpose class paddle.vision.transforms.Transpose ( order=(2, 0, 1), keys=None ) [源代码] 将输入的图像数据更改为目标格式。例如,大多数数据预处理是使用HWC格式的图片,而神经网络可能使用CHW模式输入张量。 输出...
  • ImageGrab Module (macOS and Windows only)

    ImageGrab Module (macOS and Windows only) ImageGrab Module (macOS and Windows only) The ImageGrab module can be used to copy the contents of the screenor the clipboard to a PI...
  • 3.3.2

    3.3.2 Integer overflow in Map.c Sign Extension in Storage.c 3.3.2 Integer overflow in Map.c Pillow prior to 3.3.2 may experience integer overflow errors in map.cwhen readin...
  • 曼德布洛特(Mandelbrot)集合

    曼德布洛特(Mandelbrot)集合 基本步骤 会话(session)和变量(variable)初始化 定义并运行计算 曼德布洛特(Mandelbrot)集合 虽然可视化曼德布洛特(Mandelbrot)集合与机器学习没有任何关系,但这对于将TensorFlow应用在数学更广泛的领域是一个有趣的例子。实际上,这是tensorflow一个...
  • PSDraw Module

    PSDraw Module PSDraw Module The PSDraw module provides simple print support for Postscriptprinters. You can print text, graphics and images through this module. class PIL.PS...
  • PSDraw Module

    PSDraw Module PSDraw Module The PSDraw module provides simple print support for Postscriptprinters. You can print text, graphics and images through this module. class PIL.PS...
  • crop

    crop 参数 返回 代码示例 crop paddle.vision.transforms. crop ( img, top, left, height, width ) [源代码] 对输入图像进行裁剪。 参数 img (PIL.Image|np.array) - 用于裁剪的图像. top (int) - 要裁剪的矩形框左上方...
  • normalize

    normalize 参数 返回 代码示例 normalize paddle.vision.transforms.normalize ( pic, data_format=’CHW’ ) [源代码] 将 PIL.Image 或 numpy.ndarray 转换成 paddle.Tensor 参数 img (PIL.Image...
  • adjust_hue

    adjust_hue 参数 返回 代码示例 adjust_hue paddle.vision.transforms.adjust_hue ( img, hue_factor ) [源代码] 对输入图像进行色调的调整。 参数 img (PIL.Image|np.array) - 输入的图像。 hue_factor (float...