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

无数据

分类

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

语言

全部英语(13)中文(简体)(12)

格式

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

    to(device) # Directly use generate() and tokenizer.decode() to get the output. # Use `max_new_tokens` to control the maximum output length. generated_ids = model.generate( model_inputs.input_ids, max_new_tokens=512 to(device) # Directly use generate() and tokenizer.decode() to get the output. # Use `max_new_tokens` to control the maximum output length. generated_ids = model.generate( model_inputs.input_ids, max_new_tokens=512 quantize_config) 但是,如果你想使用多 GPU 来读取模型,你需要使用 max_memory 而不是 device_map。下面是一段示例 代码: model = AutoGPTQForCausalLM.from_pretrained( model_path, quantize_config, max_memory={i:"20GB" for i in range(4)} ) 接下来,你需要准
    0 码力 | 56 页 | 835.78 KB | 1 年前
    3
  • pdf文档 Lecture 1: Overview

    September 6, 2023 14 / 57 Source of Training Data Provided random examples outside of the learner’s control. Negative examples available or only positive? Good training examples selected by a “benevolent” watching a given video on YouTube Predict the location in 3D space of a robot arm end effector, given control signals (torques) sent to its various motors Predict the amount of prostate specific antigen (PSA) Non-Parametric Models (Contd.) These two methods are opposite w.r.t. computation. NN-like methods are memory-based methods. We need to remember all the training data. Linear regression, after getting parameters
    0 码力 | 57 页 | 2.41 MB | 1 年前
    3
  • pdf文档 【PyTorch深度学习-龙龙老师】-测试版202112

    A. Sadik, I. Antonoglou, H. King, D. Kumaran, D. Wierstra, S. Legg 和 D. Hassabis, “Human-level control through deep reinforcement learning,” Nature, 卷 518, pp. 529-533, 2 2015. 预览版202112 除了具有空间结构的图片、视频等数据外,序列信号也是非常常见的一种数据类型, 其中一个最具代表性的序列信号就是文本数据。如何处理并理解文本数据是自然语言处理 的一个核心问题。卷积神经网络由于缺乏 Memory 机制和处理不定长序列信号的能力,并 不擅长序列信号的任务。循环神经网络(Recurrent Neural Network,简称 RNN)在 Yoshua Bengio、Jürgen Schmidhuber cuda.memory_allocated 函 数获取目前已分配显存大小,代码如下: # 获取 GPU 0 的总显存 t = torch.cuda.get_device_properties(0).total_memory # 获取保留显存 r = torch.cuda.memory_reserved(0) # 获取已分配显存 a = torch.cuda.memory_allocated(0)
    0 码力 | 439 页 | 29.91 MB | 1 年前
    3
  • pdf文档 PyTorch Release Notes

    multi-threaded data loaders, the default shared memory segment size with which the container runs might not be enough. Therefore, you should increase the shared memory size by issuing one of the following commands: commands: ‣ --ipc=host ‣ --shm-size=memory size> in the command line to docker run --gpus all To pull data and model descriptions from locations outside the container for use by PyTorch or (FP8) precision on Hopper GPUs which provides better training and inference performance with lower memory utilization. Transformer Engine also includes a collection of highly optimized modules for popular
    0 码力 | 365 页 | 2.94 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    bear, if we ever accidentally cross paths. We build an associative memory when about them over our lifetime. This associative memory helps us visualize the similarities or differences between a pair of model architecture of the downstream task. In essence, the embedding tables provide us a portable memory bank of knowledge about our domain of interest. This knowledge can be freely used by downstream tasks significant portion of the model size on disk and in memory. Although this comes with the cost of the table taking up significant disk space and memory, this issue can be a bottleneck if the model is going
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 1 - Introduction

    Training Efficiency involves benchmarking the model training process in terms of computation cost, memory cost, amount of training data, and the training latency. It addresses questions like: ● How long the model take to train? ● How many devices are needed for the training? ● Can the model fit in memory? ● How much data would the model need to achieve the desired performance on the given task that embedding (known as the dimensionality). However, this also leads to a direct increase in model size and memory consumption. Figure 1-16: A regular embedding table on the left with an embedding for each token
    0 码力 | 21 页 | 3.17 MB | 1 年前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 09. 维度变换

    example 8 squeeze 9 Expand / repeat ▪ Expand: broadcasting ▪ Repeat: memory copied 10 Expand/expand_as 11 repeat Memory touched 12 .t 13 Transpose 14 permute 15 Thank You.
    0 码力 | 16 页 | 1.66 MB | 1 年前
    3
  • pdf文档 星际争霸与人工智能

    Overcoming catastrophic forgetting in neural networks Memory-Augmented Neural Networks Source: Hybrid computing using a neural network with dynamic external memory Work Fun Play Hard
    0 码力 | 24 页 | 2.54 MB | 1 年前
    3
  • pdf文档 人工智能发展史

    cs.toronto.edu/~fritz/absps/cvq.pdf probability distributions Meanwhile: Speech Sequence ▪ No Memory ▪ Time delay NN http://www.cs.toronto.edu/~fritz/absps/waibelTDNN.pdf Moving window ▪ Inspired kprop_old.pdf https://www.cs.toronto.edu/~hinton/absps/NatureDeepReview.pdf LSTM: 1997 ▪ Long memory https://github.com/dzitkowskik/StockPredictionRNN/blob/master/docs/Hochreiter97_lst m.pdf http://www
    0 码力 | 54 页 | 3.87 MB | 1 年前
    3
  • pdf文档 TensorFlow on Yarn:深度学习遇上大数据

    #work数量 � --worker-memory 8192M \ #每个worker需要的内存� --worker-cores 1 \ #每个worker需要的CPU核数� --worker-gpus 2 \ #每个worker需要的GPU卡数� --ps-num 2 \ #ps数量� --ps-memory 1024M \ #每个ps需要的内存�
    0 码力 | 32 页 | 4.06 MB | 1 年前
    3
共 25 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
AI模型千问qwen中文文档LectureOverviewPyTorch深度学习ReleaseNotesEfficientDeepLearningBookEDLChapterArchitecturesIntroduction深度学习入门实战09维度变换星际争霸星际争霸人工智能人工智能发展发展史TensorFlowonYarn遇上数据
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩