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

    smooth_l1_loss 参数 返回 代码示例 smooth_l1_loss paddle.nn.functional.smooth_l1_loss ( input, label, reduction\=’mean’, delta\=1.0, name\=None ) [源代码] 该OP计算输入input和标签label间的Smoot...
  • Pagination 分页

    Pagination 分页 一、概述 定义 使用场景 类型 二、迷你分页 交互说明 三、基础分页 交互说明 Props Events Pagination 分页 一、概述 定义 用于列表、卡片、feed 流等分步加载的组件。 使用场景 数据量过大,加载时间过长时,使用分页分解数据 快速切换其他数据页面时 类型...
  • 常见问题

    常见问题 准备Python虚拟环境 集群(Cluster) 添加Jar文件 添加Python文件 当在 mini cluster 环境执行作业时,显式等待作业执行结束 常见问题 本页介绍了针对PyFlink用户的一些常见问题的解决方案。 准备Python虚拟环境 您可以下载便捷脚本 ,以准备可在Mac OS和大多数Linux发行版上使用的...
  • CompositeMetric

    CompositeMetric CompositeMetric class paddle.fluid.metrics.CompositeMetric ( name=None ) [源代码] 创建一个可以容纳若干个评价指标(如F1, accuracy, recall等)的容器,评价指标添加完成后,通过调用eval()方法可自动计算该容器内的所有评...
  • CompositeMetric

    CompositeMetric CompositeMetric class paddle.fluid.metrics. CompositeMetric (name=None)[源代码] 创建一个可以容纳若干个评价指标(如F1, accuracy, recall等)的容器,评价指标添加完成后,通过调用eval()方法可自动计算该容器内的所有评...
  • Radio 单选框

    Radio 单选框 基础用法 禁用状态 单选框组 按钮样式 带有边框 Radio Attributes Radio Events Radio-group Attributes Radio-group Events Radio-button Attributes Radio 单选框 在一组备选项中进行单选 基础用法 由于选项默...
  • Button 按钮

    Button 按钮 基础用法 禁用状态 文字按钮 图标按钮 按钮组 加载中 不同尺寸 Attributes Button 按钮 常用的操作按钮。 基础用法 基础的按钮用法。 使用type 、plain 、round 和circle 属性来定义 Button 的样式。 <el-row> <el-button> 默认按...
  • Button 按钮

    Button 按钮 基础用法 禁用状态 文字按钮 图标按钮 按钮组 加载中 不同尺寸 Attributes Button 按钮 常用的操作按钮。 基础用法 基础的按钮用法。 使用type 、plain 、round 和circle 属性来定义 Button 的样式。 <el-row> <el-button> 默...
  • Button 按钮

    Button 按钮 基础用法 禁用状态 文字按钮 图标按钮 按钮组 加载中 不同尺寸 Attributes Button 按钮 常用的操作按钮。 基础用法 基础的按钮用法。 使用type 、plain 、round 和circle 属性来定义 Button 的样式。 <el-row> <el-button> 默...
  • nll_loss

    nll_loss 参数 返回 代码示例 nll_loss paddle.nn.functional.nll_loss ( input, label, weight\=None, ignore_index\=- 100, reduction\=’mean’, name\=None ) [源代码] 该接口返回 negative log lik...