书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 258 个相关结果.
  • Service Basics

    590 2019-12-14 《Angel v2.x Document》
    Services Service Parameters and Middleware Mounting Services Additional Notes Services Service Parameters and Middleware Mounting Services Next Up… Services One of t...
  • Migrations

    526 2019-12-14 《Angel v2.x Document》
    Running Migrations Angel’s ORM ships with support for running database migrations, using a systemmodeled over that of Laravel . An example is shown below: class UserMigration...
  • Front-end

    510 2019-12-14 《Angel v2.x Document》
    Mustache Templates Jael template engine compiled_mustache-based engine html_builder-based engine Markdown template engine Using Angel with Angular
  • Overview

    架构设计 代码结构 设计理念 Spark on Angel
  • CORS

    427 2019-12-14 《Angel v2.x Document》
    cors cors Angel CORS middleware.Port of the original Express CORS middleware . For complete example usage, see the example file .
  • 2.0.0 Migration Guide

    471 2019-12-14 《Angel v2.x Document》
    Main Points Notes What should I use instead of X ? How should I define global middleware? Based on this discussion . Based on the changelog, up to 1.1.0 : https://pub.dartlan...
  • Security

    429 2019-12-14 《Angel v2.x Document》
    security security Angel middleware designed to enhance application security by patching common Web securityholes. This package is currently going through a major overhaul,...
  • 核心接口

    核心接口类 核心接口类 如上图所示,Angel的核心接口类,在Train的过程中,按照调用的流程,大体为: MLRunner MLRunner根据Conf,从工厂类,创建AngelClient,按照标准的Train流程开始依次调用AngelClient的各接口 AngelClient 启动PSServer 在PSServer...
  • Requests & Responses

    616 2019-12-14 《Angel v2.x Document》
    Requests-and-Responses Requests and Responses Return Values Other Parameters Queries, Files and Bodies Next Up… Requests-and-Responses Requests and Responses Return Valu...
  • 使用OpenBlas给算法加速

    使用Blas给算法加速 编译OpenBlas 下载最新的OpenBlas源码包 编译得到libopenblas.so 使用OpenBlas 提交任务的时候上传OpenBlas库和netlib相关的库 配置worker和ps环境变量 如何确认OpenBlas已经生效了 使用Blas给算法加速 深度学习中存在大量的稠密矩阵运算的乘法,稠密...