书栈网 · BookStack 本次搜索耗时 0.143 秒,为您找到 496 个相关结果.
  • Django 1.6 版本发行说明

    Django 1.6 版本发行说明 Python 兼容性 Django 1.6 的新功能有哪些? 简化了默认的项目和应用模板 改进了事务管理 引入了持久性数据库连接 能够发现任何测试模块中的测试 时区感知的聚合 在 SQLite 中支持保存点(savepoints) BinaryField 模型字段 GeoDjango 表单小部件 新增了...
  • Django Deprecation Timeline

    Django Deprecation Timeline 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 Django Deprecation Timeline This document outlines when various...
  • Django废弃时间表

    Django废弃时间表 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 Django废弃时间表 本文档概述了根据弃用政策 deprecation policy 弃用后,各个Django版本将以向后不兼容的方式删除或更改的情况。 ...
  • 基于U-Net卷积神经网络实现宠物图像分割

    基于U-Net卷积神经网络实现宠物图像分割 一、简要介绍 二、环境设置 三、数据集 3.1 数据集下载 3.2 数据集概览 3.3 PetDataSet数据集抽样展示 3.4 数据集类定义 四、模型组网 4.1 定义SeparableConv2D接口 4.2 定义Encoder编码器 4.3 定义Decoder解码器 4.4 训练模型组网...
  • Release notes

    Release notes Scrapy 2.0.0 (2020-03-03) Backward-incompatible changes Deprecation removals Deprecations New features Bug fixes Documentation Quality assurance Changes to sch...
  • 卷积神经网络基础

    计算机视觉的发展历程 卷积神经网络 卷积(Convolution) 卷积计算 填充(padding) 步幅(stride) 感受野(Receptive Field) 多输入通道、多输出通道和批量操作 飞桨卷积API介绍 卷积算子应用举例 池化(Pooling) ReLU激活函数 批归一化(Batch Normalization) 丢弃...
  • Release notes

    Release notes Scrapy 2.3.0 (2020-08-04) Deprecation removals Deprecations New features Bug fixes Documentation Quality assurance Scrapy 2.2.1 (2020-07-17) Scrapy 2.2.0 (202...
  • Release notes

    Release notes Scrapy 2.1.0 (2020-04-24) Backward-incompatible changes Deprecation removals Deprecations New features Bug fixes Documentation Quality assurance Scrapy 2.0.1 ...
  • Release notes

    Release notes Scrapy 2.2.1 (2020-07-17) Scrapy 2.2.0 (2020-06-24) Backward-incompatible changes Deprecations New features Bug fixes Documentation Quality assurance Scrapy 2...
  • 9.4 锚框

    9.4 锚框 9.4.1 生成多个锚框 9.4.2 交并比 9.4.3 标注训练集的锚框 9.4.4 输出预测边界框 小结 9.4 锚框 目标检测算法通常会在输入图像中采样大量的区域,然后判断这些区域中是否包含我们感兴趣的目标,并调整区域边缘从而更准确地预测目标的真实边界框(ground-truth bounding box)。不同的模型使...