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

无数据

分类

全部云计算&大数据(164)Apache Kyuubi(44)Pandas(32)VirtualBox(29)机器学习(25)OpenShift(21)Kubernetes(6)Istio(3)云原生CNCF(1)Apache Flink(1)

语言

全部英语(120)中文(简体)(43)英语(1)

格式

全部PDF文档 PDF(141)其他文档 其他(22)DOC文档 DOC(1)
 
本次搜索耗时 0.045 秒,为您找到相关结果约 164 个.
  • 全部
  • 云计算&大数据
  • Apache Kyuubi
  • Pandas
  • VirtualBox
  • 机器学习
  • OpenShift
  • Kubernetes
  • Istio
  • 云原生CNCF
  • Apache Flink
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    memorize something for the long term, you need to improve recall by repetition (i.e., increase the weight of that connection). Can we do the same with neural networks? Can we optimally prune the network latency gains with a minimal performance tradeoff. Next, the chapter goes over weight sharing using clustering. Weight sharing, and in particular clustering is a generalization of quantization. If you that lie within the same quantization bin, are mapped to the same quantized weight value. That is an implicit form for weight sharing. However, quantization falls behind in case the data that we are quantizing
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 1 - Introduction

    architectures. A classical example is Quantization (see Figure 1-8), which tries to compress the weight matrix of a layer, by reducing its precision (eg., from 32-bit floating point values to 8-bit unsigned unsigned / signed integers). Quantization can generally be applied to any network which has a weight matrix. It can often help reduce the model size 2 - 8x, while also speeding up the inference latency. of continuous high-precision values to discrete fixed-point integer values. Another example is Pruning (see Figure 1-9), where weights that are not important for the network’s quality are removed / pruned
    0 码力 | 21 页 | 3.17 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.9 构建应用程序

    用户使用多个服务设置路由。每个服务负责应用程序的一个版本。 每个服务分配到一个 weight,进入每个服务的请求的比例等于 service_weight 除以 sum_of_weights。 每个服务的 weight 分布到该服务的端点,使得端点 weight 的总和等于服务 weight。 路由最多可有四个服务。服务的 weight 可以在 0 到 256 范围内。当 weight 等于 0 时,服务不参与负载 均衡,但继续为现有的持久连接服务。当服务 均衡,但继续为现有的持久连接服务。当服务 weight 不为 0 时,每个端点的最小 weight 为 1。因此, 具有大量端点的服务会得到高于预期值的 weight。在本例中,减少 pod 数量以获得预期的负载均衡 weight。 流程 流程 设置 A/B 环境: 1. 创建两个应用程序并使用不同的名称。它们各自创建一个 Deployment 对象。应用程序是同一程 序的不同版本;一个是当前生产版本,另一个是提议的新版本。 查看应用程序,以确保可以看到预期的版本。 3. 当您部署路由时,路由器会根据为服务指定的 weight 来均衡流量。此时,存在具有默认 weight=1 的单一服务,因此所有请求都会进入该服务。添加其他服务作为 alternateBackend 并 调整 weight,即可激活 A/B 设置。这可通过 oc set route-backends 命令或编辑路由来完成。 如果将
    0 码力 | 184 页 | 3.36 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 构建应用程序

    用户使用多个服务设置路由。每个服务负责应用程序的一个版本。 每个服务分配到一个 weight,进入每个服务的请求的比例等于 service_weight 除以 sum_of_weights。 每个服务的 weight 分布到该服务的端点,使得端点 weight 的总和等于服务 weight。 路由最多可有四个服务。服务的 weight 可以在 0 到 256 范围内。当 weight 等于 0 时,服务不参与负载 均衡,但继续为现有的持久连接服务。当服务 均衡,但继续为现有的持久连接服务。当服务 weight 不为 0 时,每个端点的最小 weight 为 1。因此, 具有大量端点的服务会得到高于预期值的 weight。在本例中,减少 pod 数量以获得预期的负载均衡 weight。 流程 流程 设置 A/B 环境: 1. 创建两个应用程序并使用不同的名称。它们各自创建一个 Deployment 对象。应用程序是同一程 序的不同版本;一个是当前生产版本,另一个是提议的新版本。 查看应用程序,以确保可以看到预期的版本。 3. 当您部署路由时,路由器会根据为服务指定的 weight 来均衡流量。此时,存在具有默认 weight=1 的单一服务,因此所有请求都会进入该服务。添加其他服务作为 alternateBackend 并 调整 weight,即可激活 A/B 设置。这可通过 oc set route-backends 命令或编辑路由来完成。 注意
    0 码力 | 198 页 | 3.62 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    attention domain. The attention (Luong) mechanism learns three weight matrices namely WQ (query weight), WK (key weight) and WV (value weight) which are used to compute the query, key and value matrices number of elements in each sequence and d represents the number of dimensions of each element. The weight matrices WQ, WK, and WV are identically shaped as (d, dk). The query, key and the value matrices learned. In the next chapter we will explore some more advanced model compression techniques like pruning.
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.3.0 Documentation

    the ability of resource isolation and sharing to a certain extent. It will send queries to a high-weight pool to get more executors for execution. In essence, resource isolation such as CPU/memory/IO should and sharing. No one would like to restart the server and stop it from serving to adjust some pool’s weight or increase the total computing resources. High Availability Limitations The community edition 4 # spark.yarn.am.memory 2g # spark.yarn.am.memoryOverhead 1024 Dynamic Partition Pruning # spark.sql.optimizer.dynamicPartitionPruning.enabled true # spark.sql.optimizer.dy
    0 码力 | 199 页 | 4.42 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.3.1 Documentation

    the ability of resource isolation and sharing to a certain extent. It will send queries to a high-weight pool to get more executors for execution. In essence, resource isolation such as CPU/memory/IO should and sharing. No one would like to restart the server and stop it from serving to adjust some pool’s weight or increase the total computing resources. High Availability Limitations The community edition 4 # spark.yarn.am.memory 2g # spark.yarn.am.memoryOverhead 1024 Dynamic Partition Pruning # spark.sql.optimizer.dynamicPartitionPruning.enabled true # spark.sql.optimizer.dy
    0 码力 | 199 页 | 4.44 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    deployments may not exist either because the deployment was successful # or due to deployment pruning or manual deletion of the deployment oc logs --version=1 dc/mysql # Return a snapshot of ruby-container going to b to 10%% of the traffic going to a oc set route-backends web --adjust b=10%% # Set weight of b to 10 oc set route-backends web --adjust b=10 第 第 2 章 章 OPENSHIFT CLI (OC) 65 2.5.1.131 更新角色绑定或集群角色绑定中的用户、组或服务帐户 用法示例 用法示例 2.5.1.134. oc set triggers 更新一个或多个对象上的触发器 用法示例 用法示例 # Set the weight to all backends to zero oc set route-backends web --zero # Set the labels and selector before
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    deployments may not exist either because the deployment was successful # or due to deployment pruning or manual deletion of the deployment oc logs --version=1 dc/mysql # Return a snapshot of ruby-container going to a oc set route-backends web --adjust b=10%% # Set weight of b to 10 oc set route-backends web --adjust b=10 # Set the weight to all backends to zero oc set route-backends web --zero OpenShift
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.4.1 Documentation

    the ability of resource isolation and sharing to a certain extent. It will send queries to a high-weight pool to get more executors for execution. In essence, resource isolation such as CPU/memory/IO should and sharing. No one would like to restart the server and stop it from serving to adjust some pool’s weight or increase the total computing resources. High Availability Limitations The community edition 4 # spark.yarn.am.memory 2g # spark.yarn.am.memoryOverhead 1024 Dynamic Partition Pruning # spark.sql.optimizer.dynamicPartitionPruning.enabled true # spark.sql.optimizer.dy
    0 码力 | 233 页 | 4.62 MB | 1 年前
    3
共 164 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
EfficientDeepLearningBookEDLChapterAdvancedCompressionTechniquesIntroductionOpenShiftContainerPlatform4.9构建应用程序应用程序4.10ArchitecturesApacheKyuubi1.3DocumentationCLI工具4.131.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩