积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(68)区块链(68)

语言

全部中文(简体)(44)英语(24)

格式

全部其他文档 其他(41)PDF文档 PDF(27)
 
本次搜索耗时 0.160 秒,为您找到相关结果约 68 个.
  • 全部
  • 后端开发
  • 区块链
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • 其他文档 其他
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 PaddleDTX 1.1.0 中文文档

    fileRows 是经过样本对齐后的训练集 Start(fileRows [][]string) error // Stop 关闭模型评估, 清理数据 Stop() // SaveModel 当 Learner 训练结束后, 调用该方法保存模型 // 如果成功训练出模型,触发实例化 Model, 启动预测过程 SaveModel(*pbCom.TrainTaskResult) error // 会 在服务日志中体现,后续会写入可视化模块,训练过程中实时展示模型效果。 LiveEvaluator 动态模型评估的步骤可以简述为: 1. 初始化 2. 划分数据集 3. 初始化 1 个Learner 4. 模型训练,到达暂停轮数(pause round)停止 5. 预测和验证 6. 计算评估指标 7. 重复 4 - 6 直至接收到训练任务结束的消息 8. 结束并清理资源 LiveEvaluator round),该消息触发初 始化 1 个 Learner 并启动训练 // 2 继续评估流程,该消息会触发继续训练直至到达 pause round,参数中会携带暂停 轮数(pause round) Trigger(*pb.LiveEvaluationTriggerMsg) error // Stop 关闭模型评估, 清理数据 Stop() // SaveModel 当 Learner 训练暂停后, 调用该方法保存模型
    0 码力 | 57 页 | 1.38 MB | 1 年前
    3
  • pdf文档 PaddleDTX 1.1.0 中文文档

    的 训 练 集 Start(fileRows [][]string) error // Stop 关 闭 模 型 评 估, 清 理 数 据 Stop() // SaveModel 当 Learner 训 练 结 束 后, 调 用 该 方 法 保 存 模 型 // 如 果 成 功 训 练 出 模 型 , 触 发 实 例 化 Model, 启 动 预 测 过 程 SaveModel(*pbCom 续会写 入可视化模块,训练过程中实时展示模型效果。 10.5.3 LiveEvaluator 动态模型评估的步骤可以简述为: 1. 初始化 2. 划分数据集 3. 初始化 1 个 Learner 4. 模型训练,到达暂停轮数(pause round)停止 5. 预测和验证 6. 计算评估指标 7. 重复 4 - 6 直至接收到训练任务结束的消息 8. 结束并清理资源 LiveEvaluator 为 两 类 : // 1 启 动 评 估 流 程 , 参 数 中 会 携 带 训 练 集 、 暂 停 轮 数 (pause round) , 该 消 息 触 发 初 始 化␣ �→1 个 Learner 并 启 动 训 练 // 2 继 续 评 估 流 程 , 该 消 息 会 触 发 继 续 训 练 直 至 到 达 pause␣ �→round, 参 数 中 会 携 带 暂 停 轮 数 (pause
    0 码力 | 65 页 | 687.09 KB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4.8 Documentation

    implementations. The first is based on the etcd library [https://coreos.com/etcd/] of the Raft protocol [https://raft.github.io/raft.pdf]. The other is Kafka [https://kafka.apache.org/] (which uses Zookeeper [https://zookeeper patch release. Raft ordering service Introduced in v1.4.1, Raft [https://raft.github.io/raft.pdf] is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd [https://coreos.com/etcd/]. Raft follows a “leader and follower” model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be
    0 码力 | 699 页 | 9.02 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4.9 Documentation

    implementations. The first is based on the etcd library [https://coreos.com/etcd/] of the Raft protocol [https://raft.github.io/raft.pdf]. The other is Kafka [https://kafka.apache.org/] (which uses Zookeeper [https://zookeeper patch release. Raft ordering service Introduced in v1.4.1, Raft [https://raft.github.io/raft.pdf] is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd [https://coreos.com/etcd/]. Raft follows a “leader and follower” model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be
    0 码力 | 701 页 | 9.02 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4 Documentation

    implementations. The first is based on the etcd library [https://coreos.com/etcd/] of the Raft protocol [https://raft.github.io/raft.pdf]. The other is Kafka [https://kafka.apache.org/] (which uses Zookeeper [https://zookeeper patch release. Raft ordering service Introduced in v1.4.1, Raft [https://raft.github.io/raft.pdf] is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd [https://coreos.com/etcd/]. Raft follows a “leader and follower” model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be
    0 码力 | 701 页 | 9.02 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 1.4.9 Documentation

    currently offers two CFT ordering service implementations. The first is based on the etcd library of the Raft protocol. The other is Kafka (which uses Zookeeper internally). For information about currently available the patch release. 2.2 Raft ordering service Introduced in v1.4.1, Raft is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd. Raft follows a “leader and model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be easier to set up and manage than Kafka-based ordering services, and their
    0 码力 | 483 页 | 7.48 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 1.4 Documentation

    currently offers two CFT ordering service implementations. The first is based on the etcd library of the Raft protocol. The other is Kafka (which uses Zookeeper internally). For information about currently available the patch release. 2.2 Raft ordering service Introduced in v1.4.1, Raft is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd. Raft follows a “leader and model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be easier to set up and manage than Kafka-based ordering services, and their
    0 码力 | 483 页 | 7.48 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 1.4.8 Documentation

    currently offers two CFT ordering service implementations. The first is based on the etcd library of the Raft protocol. The other is Kafka (which uses Zookeeper internally). For information about currently available the patch release. 2.2 Raft ordering service Introduced in v1.4.1, Raft is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol in etcd. Raft follows a “leader and model, where a leader node is elected (per channel) and its decisions are replicated to the followers. Raft ordering services should be easier to set up and manage than Kafka-based ordering services, and their
    0 码力 | 483 页 | 7.48 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.1 Documentation

    service implementation based on the etcd library [https://coreos.com/etcd/] of the Raft protocol [https://raft.github.io/raft.pdf]. For information about currently available ordering services, check out our currently available implementations of the ordering service, with a particular focus on the recommended Raft ordering service implementation. What is ordering? Many distributed blockchains, such as Ethereum an ordering node. Raft (recommended) New as of v1.4.1, Raft is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol [https://raft.github.io/raft.pdf] in etcd [https://coreos
    0 码力 | 904 页 | 10.95 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.0.1 Documentation

    service implementation based on the etcd library [https://coreos.com/etcd/] of the Raft protocol [https://raft.github.io/raft.pdf]. For information about currently available ordering services, check out our currently available implementations of the ordering service, with a particular focus on the recommended Raft ordering service implementation. What is ordering? Many distributed blockchains, such as Ethereum an ordering node. Raft (recommended) New as of v1.4.1, Raft is a crash fault tolerant (CFT) ordering service based on an implementation of Raft protocol [https://raft.github.io/raft.pdf] in etcd [https://coreos
    0 码力 | 760 页 | 10.21 MB | 1 年前
    3
共 68 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
addleDTX1.1中文文文文档中文文档HyperledgerFabric1.4Documentation2.12.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩