万象云档 本次搜索耗时 1.548 秒,为您找到 900 个相关结果.
  • Vim command cheat sheet

    Repeats Cursor motions Insert mode Insert mode commands Autocomplete Text editor Text object Move text Formatting text Copy and paste Revocation and restoration Find and...
  • (23)JavaScript与DOM(上)——也适用于新手

    (23)JavaScript与DOM(上)——也适用于新手 Document_Object_Model_0文档对象模型Document Object Model WebJavaScript_24Web上的JavaScript Script_26Script元素 Defer_49Defer属性 _53连接外部脚本 JavaScript_61JavaS...
  • BERT 上的动态量化(Beta)

    BERT 上的动态量化(Beta) 简介 1.设置 1.1 安装 PyTorch 和 HuggingFace 转换器 1.2 导入必要的模块 1.3 了解辅助函数 1.4 下载数据集 2.微调 BERT 模型 2.1 设置全局配置 2.2 加载经过微调的 BERT 模型 2.3 定义分词和评估函数 3.应用动态量化 3.1 检查模型大小 ...
  • 数组的扩展

    703 2025-05-15 《ECMAScript 6 教程》
    扩展运算符 含义 替代函数的 apply() 方法 扩展运算符的应用 Array.from() Array.of() 实例方法:copyWithin() 实例方法:find(),findIndex(),findLast(),findLastIndex() 实例方法:fill() 实例方法:entries(),keys() 和 values(...
  • 跟着例子学习 PyTorch

    跟着例子学习 PyTorch Tensors Warm-up: numpy PyTorch: Tensors Autograd PyTorch: Variables and autograd PyTorch: Defining new autograd functions TensorFlow: Static Graphs nn module...
  • 智能合约存储

    703 2025-05-17 《区块链开发》
    智能合约存储 undefined智能合约的存储 undefined智能合约存储布局 undefined定长数据结构的存储 undefined动态大小数据结构存储 undefined字符串存储 undefined动态数组 undefined字典存储 undefined组合型数据 undefinedslot遵循紧凑存储原则 undefinedSl...
  • PyTorch深度学习

    PyTorch深度学习 深度学习构建模块: Affine maps, non-linearities and objectives Affine Maps Non-Linearities(非线性) Softmax and Probabilities(Softmax和概率分布) Objective Functions(目标函数) Optimizati...
  • Torch

    Torch 张量 Tensors 创建操作 Creation Ops 索引,切片,连接,变异操作 torch.stack [source] torch.transpose torch.unbind torch.unsqueeze torch.manual_seed torch.initial_seed torch.get_rng_state...
  • (13)This? Yes, this!

    (13)This? Yes, this! 介绍 _22定义 this_39全局代码中的this this_58函数代码中的this Reference_type_144引用类型(Reference type) _333函数调用和非引用类型 thisnull_373引用类型和this为null this_454作为构造器调用的函数中的this t...
  • 基与字符级RNN(Char-RNN)的人名生成

    基与字符级RNN(Char-RNN)的人名生成 数据准备 创建网络 训练 训练前的准备 网络的训练 绘制损失 网络采样 练习 基与字符级RNN(Char-RNN)的人名生成 译者:@jianchengss 作者 : Sean Robertson 在 上一个教程 里我们使用RNN把名字分类到它所属的语言中, 这次我们改变一...