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

无数据

分类

全部云计算&大数据(15)机器学习(15)

语言

全部中文(简体)(9)英语(6)

格式

全部PDF文档 PDF(15)
 
本次搜索耗时 0.054 秒,为您找到相关结果约 15 个.
  • 全部
  • 云计算&大数据
  • 机器学习
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 AI大模型千问 qwen 中文文档

    入参数 tensor_parallel_size ,来使用张量并行来运行 Qwen1.5-72B-Chat 模型: from vllm import LLM, SamplingParams llm = LLM(model="Qwen/Qwen1.5-72B-Chat", tensor_parallel_size=4) 您可以通过传递参数 --tensor-parallel-size 来运行多 GPU GPU 服务: python -m vllm.entrypoints.api_server \ --model Qwen/Qwen1.5-72B-Chat \ --tensor-parallel-size 4 1.10.5 部署量化模型 vLLM 支持多种类型的量化模型,例如 AWQ、GPTQ、SqueezeLLM 等。这里我们将展示如何部署 AWQ 和 GPTQ 模型。使用方法与上述基本 文件中的列应为: "dataset_name": { "file_name": "dataset_name.json", "columns": { "prompt": "instruction", "query": "input", "response": "output", "system": "system", "history": "history" } } • 对于 sharegpt 格式的数据集,dataset_info
    0 码力 | 56 页 | 835.78 KB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    (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 for input sequences. Then, a softmax softmax is applied to the scaled dot product of query and key matrices to obtain a score matrix (figure 4-16). Finally, the values are weighted based on the positional relationship encoded in the score matrix dimensions of each element. The weight matrices WQ, WK, and WV are identically shaped as (d, dk). The query, key and the value matrices are computed as follows: The resulting Q, K, and V matrices are shaped
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    各种机器学习问题 25 办比赛14来完成这项工作。 搜索 有时,我们不仅仅希望输出一个类别或一个实值。在信息检索领域,我们希望对一组项目进行排序。以网络 搜索为例,目标不是简单的“查询(query)‐网页(page)”分类,而是在海量搜索结果中找到用户最需要的 那部分。搜索结果的排序也十分重要,学习算法需要输出有序的元素子集。换句话说,如果要求我们输出字 母表中的前5个字母,返回“A、 以简单地使用 参数化的全连接层,甚至是非参数化的最大汇聚层或平均汇聚层。 因此,“是否包含自主性提示”将注意力机制与全连接层或汇聚层区别开来。在注意力机制的背景下,自主性 提示被称为查询(query)。给定任何查询,注意力机制通过注意力汇聚(attention pooling)将选择引导至 感官输入(sensory inputs,例如中间特征表示)。在注意力机制中,这些感官输入被称为值(value)。更通 key_size, query_size, num_hiddens, dropout, **kwargs): super(AdditiveAttention, self).__init__(**kwargs) self.W_k = nn.Linear(key_size, num_hiddens, bias=False) self.W_q = nn.Linear(query_size, num_hiddens
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 Keras: 基于 Python 的深度学习库

    import multi_gpu_model # 将 `model` 复制到 8 个 GPU 上。 # 假定你的机器有 8 个可用的 GPU。 parallel_model = multi_gpu_model(model, gpus=8) parallel_model.compile(loss='categorical_crossentropy', optimizer='rmsprop') # # 这个 `fit` 调用将分布在 8 个 GPU 上。 # 由于 batch size 为 256,每个 GPU 将处理 32 个样本。 parallel_model.fit(x, y, epochs=20, batch_size=256) 3.3.4.2 设备并行 设备并行性包括在不同设备上运行同一模型的不同部分。对于具有并行体系结构的模型,例如 有两个分支的模型,这种方式很合适。 这种并行可以通过使用 classes=num_classes) 工具 241 # 将模型复制到 8 个 GPU 上。 # 这假定你的机器有 8 个可用的 GPU。 parallel_model = multi_gpu_model(model, gpus=8) parallel_model.compile(loss='categorical_crossentropy', optimizer='rmsprop') #
    0 码力 | 257 页 | 1.19 MB | 1 年前
    3
  • pdf文档 Lecture 5: Gaussian Discriminant Analysis, Naive Bayes

    maximized at point (x0, y0) where they have common tangent line such that the gradient vectors are parallel ∇f (x0, y0) = λ∇g(x0, y0) ? ?, ? = 0 How about higher dimension? Feng Li (SDU) GDA, NB and EM perpendicular to the surface Since ∇g |q is also perpendicular to the surface, we have proved ∇fq is parallel to ∇g |q Feng Li (SDU) GDA, NB and EM September 27, 2023 59 / 122 Lagrange Multiplier (Contd.)
    0 码力 | 122 页 | 1.35 MB | 1 年前
    3
  • pdf文档 亚马逊AWSAI Services Overview

    每块GPU 提供 12 GiB 内存 (内存存取带宽达到240 GB/秒), 以及 2,496 个并行处理核心 Instance Name GPU Count vCPU Count Memory Parallel Processing Cores GPU Memory Network Performance p2.xlarge 1 4 61 GiB 2,496 12 GiB High p2
    0 码力 | 56 页 | 4.97 MB | 1 年前
    3
  • pdf文档 Machine Learning Pytorch Tutorial

    cuda.is_available() ● Multiple GPUs: specify ‘cuda:0’, ‘cuda:1’, ‘cuda:2’, ... ● Why use GPUs? ○ Parallel computing with more cores for arithmetic calculations ○ See What is a GPU and do you need one in
    0 码力 | 48 页 | 584.86 KB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-03深度学习-PyTorch入门

    Sequnce nn.Modelist forward Model() Loss() torch.autograd. backward Torch.optims .step parallel init nn.ModuleDict 定义网络层 构建网络 前向传播 反向传播 优化参数 3. 神经网络 30 3. 神经网络 神经网络的典型训练过程如下: • 定义神经网络模型
    0 码力 | 40 页 | 1.64 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 7 - Automation

    the best results. The trials are independent of each other which makes them a good candidate for parallel execution. For example, the trial set for two hyperparameters and where and is Figure 7-2 (a)
    0 码力 | 33 页 | 2.48 MB | 1 年前
    3
  • pdf文档 深度学习在百度搜索中的工程实践-百度-曹皓

    ������������ Ø �� ���������������� ���������� ������� Query = �� � �� �� �� � 1 � � Doc = � �� �� � �� ��� �� �� � � � �� ?_���� ������� Query = A B C D E Doc = X !" B Y C #` Z �����������BM25/CTR/CQR �����������BM25/CTR/CQR http://singhal.info/ieee2001.pdf Query = A B C D E Doc = X !" B Y C #` Z �����������BM25/CTR/CQR http://singhal.info/ieee2001.pdf Query = A B C D E Doc = X !" B Y C #` Z ��������� �����������BM25/CTR/CQR http://singhal.info/ieee2001.pdf Query = A B C D E Doc = X !" B Y C #` Z ������ �����������BM25/CTR/CQR http://singhal.info/ieee2001.pdf Query = A B C D E Doc = X !" B Y C #` Z
    0 码力 | 40 页 | 29.46 MB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
AI模型千问qwen中文文档EfficientDeepLearningBookEDLChapterArchitectures动手深度学习v2Keras基于PythonLectureGaussianDiscriminantAnalysisNaiveBayes亚马亚马逊AWSAIServicesOverviewMachinePytorchTutorial机器课程温州大学03PyTorch入门Automation百度搜索工程实践曹皓
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩