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

    exp exp paddle. exp ( x, name=None ) 对输入,逐元素进行以自然数e为底指数运算。 参数: x (Tensor) - 该OP的输入为多维Tensor。数据类型为float32,float64。 name (str, 可选) - 具体用法请参见 Name ,一般无需设置,默认值为None。 返...
  • 强化学习——Actor Critic Method

    强化学习——Actor Critic Method 一、介绍 Actor Critic Method(演员–评论家算法) CartPole-V0 二、环境配置 三、实施演员-评论家网络 这个网络学习两个功能: 四、训练模型 五、效果展示 六、总结 强化学习——Actor Critic Method 作者: East...
  • multi_box_head

    multi_box_head multi_box_head paddle.fluid.layers. multi_box_head ( inputs, image, base_size, num_classes, aspect_ratios, min_ratio=None, max_ratio=None, min_sizes=None, max_si...
  • CTCLoss

    CTCLoss 参数 形状 返回 代码示例 CTCLoss class paddle.nn. CTCLoss ( blank=0, reduction=’mean’ ) [源代码] 该接口用于计算 CTC loss。该接口的底层调用了第三方 baidu-research::warp-ctc 的实现。 也可以叫做 softmax with ...
  • empty_like

    empty_like empty_like paddle. empty_like ( x, dtype=None, name=None ) [源代码] 该OP根据 x 的shape和数据类型 dtype 创建未初始化的Tensor。如果 dtype 为None,则Tensor的数据类型与 x 相同。 参数: x (Tensor) ...
  • 编译运行

    1287 2022-08-17 《DataEase v1.13 文档》
    编译运行 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 ...
  • 国际短信单条发送接口

    1243 2019-05-10 《云片短信API文档》
    国际短信单条发送接口 请求 请求参数 java请求示例 php请求示例 SDK接入 响应 Json返回示例 国际短信单条发送接口 提示: 因为运营商政策,请先在后台完成报备签名、模板及做相关设置(详见接入引导),再开发API。 HTTP头信息: Accept : application / json ; charset = ut...
  • GPU optimization

    GPU optimization Introduction Draw calls, state changes, and APIs 2D batching 3D batching Reuse Shaders and Materials Pixel cost versus vertex cost Pixel/fragment shaders an...
  • GPU optimization

    GPU optimization Introduction Draw calls, state changes, and APIs 2D batching 3D batching Reuse Shaders and Materials Pixel cost versus vertex cost Pixel/fragment shaders an...