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

    535 2019-12-14 《Angel v2.x Document》
    Testing Testing connectTo isJson hasStatus More Matchers Next Up… Testing Testing connectTo(...) isJson(..) hasStatus(...) More Matchers… Next Up… Testing ...
  • 模型切分(modelPartitioner)

    模型分区(Model Partitioner) 整体设计 默认的模型分区(RangePartitioner) 自定义的模型分区 模型分区(Model Partitioner) 为了支持超大模型,无论是宽模型还是深模型,Angel都需要将模型切分为多个部分,存储在不同的PSServer节点上,并提供方便的访问服务,这是参数服务器的本质 ,也是最...
  • 模型切分(modelPartitioner)

    模型分区(Model Partitioner) 整体设计 默认的模型分区(RangePartitioner) 自定义的模型分区 模型分区(Model Partitioner) 为了支持超大模型,无论是宽模型还是深模型,Angel都需要将模型切分为多个部分,存储在不同的PSServer节点上,并提供方便的访问服务,这是参数服务器的本质 ,也是最...
  • 资源配置指南

    Angel资源配置指南 Master Worker资源 1. Worker个数预估 2. Worker内存预估 3. Worker CPU VCore数预估 PS资源 1. PS个数预估 2. PS内存预估 3. PS CPU VCore个数预估 Logistic Regression参数配置 Angel资源配置指南 A...
  • Server-sent Events

    354 2019-12-14 《Angel v2.x Document》
    eventsource Installation Usage eventsource Server-sent Events (SSE) plugin for Angel. Installation In your pubspec.yaml : dependencies : angel_eventsource : ^ 1.0 ...
  • Request Lifecycle

    409 2019-12-14 《Angel v2.x Document》
    Request-Lifecycle Request-Lifecycle Requests in the Angel framework go through a relatively complex lifecycle, and to truly master the framework, one must understand that lifec...
  • Parsing Request Bodies

    521 2019-12-14 《Angel v2.x Document》
    Parsing the body Handling File Uploads Custom Body Parsing Interactive Web applications typically require some type of user input (whether that user is a human,machine, or othe...
  • Relations

    427 2019-12-14 《Angel v2.x Document》
    Many-to-many Relationships Relational modeling is one of the most commonly-used features of sql databases -after all, it is the namesake of the term “relational database.” Angel...
  • 概览

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

    418 2019-12-14 《Angel v2.x Document》
    poll poll package:angel_client support for "realtime" interactions with Angel via long polling. Angel supports WebSockets on the server and client, whichmakes it very st...