万象云档 本次搜索耗时 1.946 秒,为您找到 135 个相关结果.
  • WordPress主题开发教程手册 — 主题基础

    组织模版文件 主题文件夹和文件结构 语言文件夹 在本章中,我们将开始学习如何正确地开发主题,我们将把主题拆分开,从各个方面学习怎么开发一个主题。首先,我们将通过模版文件 和文章类型 来了解主题的的组成部分 。然后,我们将学习如何在主题中保持文件的整齐有序。 除此之外,我们还将学习模版循环 ,该功能负责将内容从 WordPress 数据库中提取出来。...
  • Multi-GPU examples

    Multi-GPU examples DataParallel Part of the model on CPU and part on the GPU Multi-GPU examples 译者:@unknown 校对者:@bringtree 数据并行是指当我们将 mini-batch 的样本分成更小的 mini-batches, 并...
  • 参考资料

    参考资料 参考资料 REFERENCES [1]OpenAI官网文章ChatGPT:Optimizing Language Models for Dialogue。 [2]Swyx的文章The Day The AGI Was Born。 [3]Arst Echnica官网文章OpenAI Invites Everyone To Test Cha...
  • JavaScript

    JavaScript Interop At some point your Elm program is probably going to need to talk to JavaScript. We do this by (1) embedding Elm in HTML and (2) sending messages back and fo...
  • 序列模型和 LSTM 网络(长短记忆网络)

    序列模型和 LSTM 网络(长短记忆网络) Pytorch 中的 LSTM 例子: 用 LSTM 来进行词性标注 练习: 使用字符级特征来增强 LSTM 词性标注器 序列模型和 LSTM 网络(长短记忆网络) 译者:@JingTao 、@friedhelm739 之前我们已经学过了许多的前馈网络. 所谓前馈网络, 就是网络中不会保存状态...
  • Apache HBase External APIs

    Apache HBase External APIs 97. REST 97.1. Starting and Stopping the REST Server 97.2. Configuring the REST Server and Client 97.3. Using REST Endpoints 97.4. REST XML Schema 97...
  • Elasticsearch Java API 手册

    Elasticsearch Java API 手册 推荐阅读 参考 Elasticsearch Java API 手册 本手册由 全科 翻译,并且整理成电子书,支持PDF,ePub,Mobi格式,方便大家下载阅读。 阅读地址:http://woquanke.com/books/esjava/ 下载地址:https://www.gitbo...
  • Architecture

    Architecture Fundamental differences from relational systems ​ Data model ​ Aspace is like adatabase ​ Amodel is like atable ​ Query language ​ Transactions ​ Stora...
  • Interop

    Interop Interop is extraordinarily important if you want your language to succeed! This is just a historical fact. A huge part of why C++ was so successful was that it was e...
  • HBase and Spark

    HBase and Spark 104. Basic Spark 105. Spark Streaming 106. Bulk Load 107. SparkSQL/DataFrames 107.1. Define catalog 107.2. Save the DataFrame 107.3. Load the DataFrame 107.4....