书栈网 · BookStack 本次搜索耗时 0.066 秒,为您找到 455 个相关结果.
  • 飞桨框架API映射表

    飞桨框架API映射表 飞桨框架API映射表 本文档基于PaddlePaddle v1.X 梳理了常用API与PaddlePaddle v2.0对应关系。可根据对应关系,快速熟悉PaddlePaddle 2.0的接口使用。 序号 PaddlePaddle 1.X API PaddlePaddle 2.0 API 0 paddle.flu...
  • 动态图机制-DyGraph

    动态图机制-DyGraph 设置和基本用法 基于DyGraph构建网络 关于自动剪枝 使用DyGraph训练模型 使用多卡训练模型 模型参数的保存 模型评估 编写兼容的模型 动态图机制-DyGraph PaddlePaddle的DyGraph模式是一种动态的图执行机制,可以立即执行结果,无需构建整个图。同时,和以往静态的执行计算图不同...
  • Troubleshooting

    Troubleshooting OpenEBS Installation Uninstall Volume provisioning Kubernetes related NDM related Jiva Volume related Others Installation failed because of insufficient user ...
  • 动态图机制-DyGraph

    动态图机制-DyGraph 设置和基本用法 基于DyGraph构建网络 关于自动剪枝 使用DyGraph训练模型 使用多卡训练模型 模型参数的保存 模型评估 编写兼容的模型 动态图机制-DyGraph PaddlePaddle的DyGraph模式是一种动态的图执行机制,可以立即执行结果,无需构建整个图。同时,和以往静态的执行计算图不同...
  • yolov3_loss

    yolov3_loss 参数 返回 返回类型 抛出异常 代码示例 yolov3_loss paddle.fluid.layers.yolov3_loss (x, gt_box, gt_label, anchors, anchor_mask, class_num, ignore_thresh, downsample_ratio, gt_sco...
  • yolov3_loss

    yolov3_loss yolov3_loss paddle.fluid.layers.yolov3_loss ( x, gt_box, gt_label, anchors, anchor_mask, class_num, ignore_thresh, downsample_ratio, gt_score\=None, use_label_smoo...
  • 3.1.2. 使用操作系统服务

    使用操作系统服务 随机数 从 Rust 中输出和调试 参数以及环境变量 读写文件 包含 main() 的应用程序 函数 使用操作系统服务 WASI(WebAssembly 系统接口)标准被设计来让 WebAssembly 应用程序可以访问操作系统服务。 Rust 编译器中的 wasm32-wasi 目标支持 WASI。 在这一部分中,我...
  • Benchmark

    Android Benchmark 运行方法 添加自己的 Benchmark Case Single-threaded Test Nexus 5 Android 6.0.1 (armeabi-v7a) Nexus 5X Android 7.1.2 (arm64-v8a) Concurrent Test Nexus 5 Android 6.0.1 (...
  • 11. Concurrency II

    Concurrency II CIS 198 Lecture 11 More Concurrency Primitives! std::sync::RwLock<T> std::sync::RwLock<T> std::sync::Barrier std::sync::Barrier std::sync::Condvar std::...
  • 10. Concurrency I

    Concurrency I CIS 198 Lecture 10 Misc. What is Concurrency? What is a Thread? Threads Concurrent Execution Instruction Interleaving Instruction Interleaving Why is concurr...