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

    656 2021-03-31 《The fastai book》
    End sidebar End sidebar For this initial tutorial we are just going to try to create a model that can classify any image as a 3 or a 7. So let’s download a sample of MNIST that...
  • Pad

    Pad 参数 返回 代码示例 Pad class paddle.vision.transforms. Pad ( padding, fill=0, padding_mode=’constant’, keys=None ) [源代码] 使用特定的模式和值来对输入图像进行填充。 参数 padding (int|list|tuple) ...
  • ImageFile Module

    ImageFile Module Example: Parse an image Parser PyDecoder ImageFile Module The ImageFile module provides support functions for the image openand save functions. In additio...
  • pad

    pad 参数 返回 代码示例 pad paddle.vision.transforms.pad ( img, padding, fill=0, padding_mode=’constant’ ) [源代码] 使用特定的模式和值来对输入图像进行填充。 参数 img (PIL.Image|np.ndarray) - 被填充的图像。 ...
  • Caption

    Caption Example Configuration-driven example config.yml Run with Workflows Run with API Methods Caption The caption pipeline reads a list of images and returns a list o...
  • 3.3.2 输入/输出, 数据类型和颜色空间

    3.3.2 输入/输出, 数据类型和颜色空间 3.3.2.1 数据类型 3.3.2 输入/输出, 数据类型和颜色空间 I/O: skimage.io In [4]: from skimage import io 读取文件: skimage.io.imread() In [7]: import os filename...
  • 安装指引

    安装指引 警告 注解 一般环境下安装 Windows环境下安装 OS X环境下安装 Linux环境下安装 FreeBSD环境下安装 使用源代码编译 扩展 编译选项 在 OS X 上编译 在 Windows 上编译 在 FreeBSD 上编译 在 Linux 上编译 兼容性 旧版本 安装指引 警告 警告 Pillo...
  • Caption

    Caption Example Configuration-driven example config.yml Run with Workflows Run with API Methods __init__(self, path=None, quantize=False, gpu=True, model=None) special __ca...
  • 用 PyTorch 做 神经转换 (Neural Transfer)

    用 PyTorch 做 神经转换 (Neural Transfer) 介绍 题中的神经描述的是什么? 它是如何工作的? 好吧, 它具体是怎么工作的? PyTorch 实现 包 Cuda 读取图像 显示图像 内容损失 风格损失 读取神经网络 输入图像 梯度下降 用 PyTorch 做 神经转换 (Neural Transfe...
  • Image Preprocessing

    Image Preprocessing ImageDataGenerator class ImageDataGenerator methods apply_transform fit flow flow_from_dataframe flow_from_directory get_random_transform random_transfor...