分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.018
秒,为您找到
9405
个相关结果.
搜书籍
搜文档
L1Decay
426
2021-03-02
《百度飞桨 PaddlePaddle v2.0 深度学习教程》
L1Decay L1Decay paddle.regularizer.L1Decay ( coeff=0.0 ) [源代码] L1Decay实现L1权重衰减正则化,用于模型训练,使得权重矩阵稀疏。 该类生成的实例对象,需要设置在 cn_api_paddle_ParamAttr 或者 optimizer (例如 Momentum )中,在 ...
ExecutionStrategy
453
2021-03-02
《百度飞桨 PaddlePaddle v2.0 深度学习教程》
ExecutionStrategy 返回 代码示例 代码示例 代码示例 代码示例 ExecutionStrategy class paddle.static.ExecutionStrategy 通过设置 ExecutionStrategy 中的选项,用户可以对执行器的执行配置进行调整,比如设置执行器中线程池的大小等。 返回 Ex...
save
366
2021-06-06
《百度飞桨 PaddlePaddle v2.1 深度学习教程》
save 参数 返回 代码示例 使用本API的教程文档 save paddle. save ( obj, path, protocol=2 ) [源代码] 将对象实例obj保存到指定的路径中。 注解 目前支持保存:Layer 或者 Optimizer 的 state_dict ,Layer对象,Tensor以及包含Tensor的嵌套l...
Ubuntu下从源码编译
1275
2020-05-01
《百度飞桨 PaddlePaddle 1.7 深度学习平台教程》
Ubuntu下从源码编译 环境准备 选择CPU/GPU 安装步骤 用Docker编译 本机编译 验证安装 如何卸载 Ubuntu下从源码编译 环境准备 Ubuntu 版本 (64 bit) Ubuntu 14.04 (GPU 版本支持 CUDA 10.0/10.1) Ubuntu 16.04 (GPU 版本支持 CUDA 9....
ReduceOnPlateau
627
2021-03-02
《百度飞桨 PaddlePaddle v2.0 深度学习教程》
ReduceOnPlateau ReduceOnPlateau class paddle.optimizer.lr.ReduceOnPlateau ( learning_rate, mode=’min’, factor=0.1, patience=10, threshold=1e-4, threshold_mode=’rel’, cooldown=...
pow
411
2021-03-02
《百度飞桨 PaddlePaddle v2.0 深度学习教程》
pow pow paddle.pow ( x, exponent, name=None ) [源代码] 该OP是指数激活算子: 注意:如果需要对输入进行 elementwise_pow 操作,请查使用 elementwise_pow 。 参数: x (Variable)- 多维 Variable ,数据类型为 float32 ...
t
417
2021-03-02
《百度飞桨 PaddlePaddle v2.0 深度学习教程》
t t paddle.t ( input, name=None ) [源代码] 该OP对小于等于2维的Tensor进行数据转置。0维和1维Tensor返回本身,2维Tensor等价于perm设置为0,1的 transpose 函数。 参数: input (Tensor) - 输入:N维(N<=2)Tensor,可选的数据类型为floa...
TransformerDecoder
113
2021-06-06
《百度飞桨 PaddlePaddle v2.1 深度学习教程》
TransformerDecoder TransformerDecoder class paddle.nn. TransformerDecoder ( decoder_layer, num_layers, norm=None ) [源代码] Transformer解码器 Transformer解码器由多个Transformer解码器层(Tra...
rand
281
2021-06-06
《百度飞桨 PaddlePaddle v2.1 深度学习教程》
rand 参数 返回 示例代码 使用本API的教程文档 rand paddle. rand ( shape, dtype=None, name=None ) [源代码] 该OP返回符合均匀分布的,范围在[0, 1)的Tensor,形状为 shape ,数据类型为 dtype 。 参数 shape (list|tuple|Ten...
MobileVRInterface
411
2021-01-27
《Godot v3.1 Documentation》
MobileVRInterface Brief Description Properties Description Property Descriptions MobileVRInterface Inherits: ARVRInterface < Reference < Object Category: Core Br...
1..
«
37
38
39
40
»
..100