书栈网 · BookStack 本次搜索耗时 0.129 秒,为您找到 4876 个相关结果.
  • 1. ndarray 对象的内存结构

    1. ndarray 对象的内存结构 1.1 dtype 1.2 shape 1.3 view 1.4 strides 1.5 拷贝和视图 1. ndarray 对象的内存结构 ndarray 对象在内存中的结构如下: ndarray.dtype :存储了数组保存的元素的类型。float32 ndarray.ndim :它是一个整...
  • PyTorch Core

    Torch Core Arrays and show subplots [source] show_image [source] show_titled_image [source] show_images [source] class ArrayBase [source] class ArrayImageBase ...
  • 扩展PyTorch

    使用自定义 C++ 扩展算TorchScript 用 numpy 和 scipy 创建扩展 自定义 C++ 和CUDA扩展
  • 2. Pandas 基础用法

    1589 2021-02-01 《AkShare 使用教程》
    2. Pandas 基础用法 2.1. Head 与 Tail 2.2. 属性与底层数据 2.3. 加速操作 2.4. 二进制操作 匹配/广播机制 缺失值与填充缺失值操作 比较对象是否等效 比较 array 型对象 合并重叠数据集 DataFrame 通用合并方法 2.5. 描述性统计 数据总结:describe 最大值与最小值对应的...
  • MSELoss

    MSELoss 参数 返回 返回类型 代码示例 MSELoss paddle.fluid.dygraph.MSELoss (input, label)[源代码] 该OP用于计算预测值和目标值的均方差误差。 对于预测值input和目标值label: 当reduction为’none’时: 当`reduction`为`‘mean’ ...
  • RandomCrop

    RandomCrop 参数 返回 代码示例 使用本API的教程文档 RandomCrop class paddle.vision.transforms. RandomCrop ( size, padding=0, pad_if_needed=False, keys=None ) [源代码] 在随机位置裁剪输入的图像。 参数 si...
  • ColorJitter

    ColorJitter 参数 返回 代码示例 ColorJitter class paddle.vision.transforms. ColorJitter ( brightness=0, contrast=0, saturation=0, hue=0, keys=None ) [源代码] 随机调整图像的亮度,对比度,饱和度和色调。 ...
  • Cifar100

    Cifar100 参数 返回 代码示例 Cifar100 class paddle.vision.datasets. Cifar100 [源代码] Cifar-100 数据集的实现,数据集包含100种类别. 参数 data_file (str) - 数据集文件路径,如果 download 参数设置为 True , data_...
  • ColorJitter

    ColorJitter 参数 返回 代码示例 ColorJitter class paddle.vision.transforms.ColorJitter ( brightness=0, contrast=0, saturation=0, hue=0, keys=None ) [源代码] 随机调整图像的亮度,对比度,饱和度和色调。 ...
  • VOC2012

    VOC2012 参数 返回 代码示例 VOC2012 class paddle.vision.datasets.VOC2012 [源代码] VOC2012 数据集 参数 data_file (str) - 数据集文件路径,如果 download 参数设置为 True , data_file 参数可以设置为 None 。...