积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(37)Pandas(28)机器学习(6)边缘计算(2)VirtualBox(1)

语言

全部英语(33)中文(简体)(4)

格式

全部PDF文档 PDF(36)其他文档 其他(1)
 
本次搜索耗时 0.135 秒,为您找到相关结果约 37 个.
  • 全部
  • 云计算&大数据
  • Pandas
  • 机器学习
  • 边缘计算
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Keras: 基于 Python 的深度学习库

    整数或整数元组(长度为 2)。在裁剪维度(第 1 个轴)的开始和结束位置应该 裁剪多少个单位。如果只提供了一个整数,那么这两个位置将使用相同的值。 输入尺寸 3D 张量,尺寸为 (batch, axis_to_crop, features)。 输出尺寸 3D 张量,尺寸为 (batch, cropped_axis, features)。 5.3.7 Cropping2D [source] keras.layers 度 和 宽 度 的 两 个 不 同 的 对 称 裁 剪 值: (symmetric_height_crop, symmetric_width_crop)。 • 如果为 2 个整数的 2 个元组:解释为 ((top_crop, bottom_crop), (left_crop, right_crop))。 • data_format: 字符串,channels_last (默认) 或 channels_first (symmetric_dim1_crop, symmetric_dim2_crop, symmetric_dim3_crop)。 • 如 果 为 2 个 整 数 的 3 个 元 组: 解 释 为 ((left_dim1_crop, right_dim1_crop), (left_dim2_crop, right_dim2_crop), (left_dim3_crop, right_dim3_crop))。 • data_format:
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    voc_rand_crop(feature, label, height, width): """随机裁剪特征和标签图像""" rect = torchvision.transforms.RandomCrop.get_params( feature, (height, width)) feature = torchvision.transforms.functional.crop(feature crop(feature, *rect) label = torchvision.transforms.functional.crop(label, *rect) return feature, label imgs = [] for _ in range(n): imgs += voc_rand_crop(train_features[0], train_labels[0], 200, 300) imgs = VOCSegDataset(torch.utils.data.Dataset): """一个用于加载VOC数据集的自定义数据集""" def __init__(self, is_train, crop_size, voc_dir): self.transform = torchvision.transforms.Normalize( mean=[0.485, 0.456, 0.406], std=[0
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 44. 数据增强

    ▪ Random Move & Crop ▪ GAN https://medium.com/nanonets/how-to-use-deep-learning-when-you-have-limited-data- part-2-data-augmentation-c26971dc8ced Flip Rotate Rotate Scale Crop Part Noise ▪ Data
    0 码力 | 18 页 | 1.56 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques

    ways to apply sentence, word and character augmentations. We shuffle sentences, substitute, swap, crop and delete words, and apply character misspelling augmentations. We also limit the augmentation probability ='delete', **aug_args), naw.RandomWordAug(action='swap', **aug_args), naw.RandomWordAug(action='crop', **aug_args), naw.RandomWordAug(action='substitute', **aug_args), nac.KeyboardAug() ] flow = applies a transformation technique, achieves the best results. Dataset Standard (Random Flip & Crop) Mixup CutMix AugMix CIFAR-10-C 29.0 23.5 30.3 12.5 CIFAR-100-C12 55.6 52.6 55.5 38.3 Table 3-3:
    0 码力 | 56 页 | 18.93 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 63. 迁移学习-自定义数据集实战

    Dataset Preprocessing ▪ Image Resize ▪ 224x224 for ResNet18 ▪ Data Argumentation ▪ Rotate ▪ Crop ▪ Normalize ▪ Mean, std ▪ ToTensor Step2.build model ▪ Inherit from base class ▪ Define forward
    0 码力 | 16 页 | 719.15 KB | 1 年前
    3
  • epub文档 BAETYL 1.0.0 Documentation

    of type Scalar. v3: red component of type Scalar. v4: alpha component of type Scalar. crop: flag which indicates whether image will be cropped after resize or not. after: function:
    0 码力 | 135 页 | 15.44 MB | 1 年前
    3
  • pdf文档 BAETYL 1.0.0 Documentation

    green component of type Scalar. v3: red component of type Scalar. v4: alpha component of type Scalar. crop: flag which indicates whether image will be cropped after resize or not. after: function: name:
    0 码力 | 145 页 | 9.31 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    # 图片先缩放到稍大尺寸 x = tf.image.resize(x, [244, 244]) # 再随机裁剪到合适尺寸 x = tf.image.random_crop(x, [224,224,3]) 图 9.33 是缩放到244 × 244大小的图片,图 9.34 某次随机裁剪到224 × 224大小的例子, 图 9.35 也是某次随机裁剪的例子。 70x70 transforms.Resize(70), # 随机 crop 出 64x64 大小 transforms.RandomCrop(64),
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.25

    a DataFrame. Try using .loc[row_index,col_indexer] = value instead A chained assignment can also crop up in setting in a mixed dtype frame. Note: These setting rules apply to all of .loc/.iloc. This
    0 码力 | 698 页 | 4.91 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.13.1

    a DataFrame. Try using .loc[row_index,col_indexer] = value instead A chained assignment can also crop up in setting in a mixed dtype frame. Note: These setting rules apply to all of .loc/.iloc/.ix This
    0 码力 | 1219 页 | 4.81 MB | 1 年前
    3
共 37 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
Keras基于Python深度学习动手v2PyTorch入门实战44数据增强EfficientDeepLearningBookEDLChapterTechniques63迁移定义定义数据BAETYL1.0Documentation深度学习pandaspowerfuldataanalysistoolkit0.250.13
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩