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

    Adam 使用本API的教程文档 Adam class paddle.optimizer. Adam ( learning_rate=0.001, beta1=0.9, beta2=0.999, epsilon=1e-08, parameters=None, weight_decay=None, grad_clip=None, name=None,...
  • LoDTensor

    LoDTensor 代码示例 方法 has_valid_recursive_sequence_lengths(self: paddle.fluid.core_avx.LoDTensor) → bool lod(self: paddle.fluid.core_avx.LoDTensor) → List[List[int]] recursive_seque...
  • 主题定制

    样式变量 变量覆盖 主题定制 Mand Mobile 默认提供了一套基于滴滴的金融业务设计规范 的UI主题,同时还支持主题定制。用户可以对颜色、字体、元素尺寸等样式进行自由调整,从而满足在不同业务场景下的视觉需求。 注意:新项目 可通过mand-mobile-template 初始化,问题Need customize theme? 回复Y ,即可集...
  • 编译运行

    编译运行 1 编译运行(v1.7.0 及以前) 1.1 编译前端 1.2 运行前端 1.3 编译后端 1.4 运行后端 2 编译运行(v1.8.0 及以后) 2.1 源码编译打包 2.2 Nginx 配置 2.3 运行测试 编译运行 1 编译运行(v1.7.0 及以前) 1.1 编译前端 cd frontend npm i ...
  • 单机多卡训练

    单机多卡训练 一、launch启动 1.1 高层API场景 1.2 基础API场景 二、spawn启动 单机多卡训练 飞桨框架2.0增加paddle.distributed.spawn 函数来启动单机多卡训练,同时原有的paddle.distributed.launch 的方式依然保留。 一、launch启动 1.1 高层API场景...
  • LinearWarmup

    LinearWarmup LinearWarmup class paddle.optimizer.lr. LinearWarmup ( learing_rate, warmup_steps, start_lr, end_lr, last_epoch=- 1, verbose=False ) [源代码] 该接口提供一种学习率优化策略-线性学习率热身...
  • serialize_persistables

    serialize_persistables serialize_persistables paddle.static. serialize_persistables ( feed_vars, fetch_vars, executor, **kwargs ) [源代码] 根据指定的 feed_vars,fetch_vars 和 executor,...
  • Responsive Design

    Responsive Design Overview Mobile First Targeting mobile screens Targeting a single breakpoint Customizing breakpoints Core Concepts Responsive Design Using responsive uti...
  • Ant Design Mobile of React

    Ant Design Mobile of React 特性和优势 适用场景 快速上手 1. 创建一个项目 2. 安装 3. 使用 Web 使用方式 React-Native 使用方式 版本 体积 浏览器支持 链接 谁在使用 如何贡献 社区互助 Ant Design Mobile of React 特性和优势 适用场景...
  • py_func

    py_func py_func paddle.fluid.layers. py_func ( func, x, out, backward_func=None, skip_vars_in_backward_input=None ) [源代码] PaddlePaddle 通过py_func在Python端注册OP。py_func的设计原理在于Pad...