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

    rand 参数 返回 示例代码 使用本API的教程文档 rand paddle. rand ( shape, dtype=None, name=None ) [源代码] 该OP返回符合均匀分布的,范围在[0, 1)的Tensor,形状为 shape ,数据类型为 dtype 。 参数 shape (list|tuple|Ten...
  • StepDecay

    StepDecay StepDecay class paddle.optimizer.lr.StepDecay ( learning_rate, step_size, gamma=0.1, last_epoch=- 1, verbose=False ) [源代码] 该接口提供一种学习率按指定 间隔 轮数衰减的策略。 衰减过程可以参考以下代码:...
  • NoamDecay

    NoamDecay NoamDecay class paddle.optimizer.lr. NoamDecay ( d_model, warmup_steps, learning_rate=1.0, last_epoch=- 1, verbose=False ) [源代码] 该接口提供Noam衰减学习率的策略。 Noam衰减的计算方式如下: ...
  • user_agent

    user_agent Usage Configuration options user_agent The user_agent processor parses any user agent (UA) string in an event and then adds the parsing results to the event’s writ...
  • Tip 气泡提示

    引入 代码演示 上方 左侧 其他配置 下方 右侧 API Tip Props Tip Events @show() @hide() Tip 气泡提示 引入 import { Tip } from 'mand-mobile' Vue . component ( Tip . name , Tip...
  • Ant Design Mobile of React

    Ant Design Mobile of React 特性 安装 使用 版本 体积 浏览器支持 链接 谁在使用 欢迎参与 Ant Design Mobile of React antd-mobile 是 Ant Design 的移动规范的 React 实现,服务于蚂蚁及口碑无线业务。 + Ant Design 在中后台领域的...
  • Ant Design Mobile of Angular

    Ant Design Mobile of Angular Star634 扫码体验 特性 支持环境 当前版本 支持 Angular 版本 安装 链接 谁在使用 如何贡献 社区互助 Ant Design Mobile of Angular Star634 这里是 Ant Design 移动规范的 Angular 实现,服务于阿里...
  • VisualDL

    VisualDL VisualDL class paddle.callbacks.VisualDL ( log_dir ) VisualDL 是一个visualdl( 飞桨可视化分析工具 )的回调类。该类将训练过程中的损失值和评价指标储存至日志文件中后,启动面板即可查看可视化结果。 参数: log_dir (str) - 输出日志保存...
  • PyLayerContext

    PyLayerContext 参数 PyLayerContext class paddle.autograd. PyLayerContext [源代码] PyLayerContext 对象能够辅助 PyLayer 实现某些功能。 示例代码 import paddle from paddle . autograd import...