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

    GPU 使用方法 Kubernetes v1.8 及更新版本 NVIDIA 插件 GCE/GKE GPU 插件 请求 nvidia.com/gpu 资源示例 Kubernetes v1.6 和 v1.7 多种型号的 GPU 使用 CUDA 库 附录:CUDA 安装方法 参考文档 GPU Kubernetes 支持容器请求 GPU...
  • Get the Model Metadata When Generating Prediction Workflow Codes

    Get the Model Metadata When Generating Prediction Workflow Codes Background What Data Should Be Saved As the Model Metadata How to Save the Model Metadata Open Source Version PA...
  • Dockerfile Locations

    Dockerfile Locations Feedback Dockerfile Locations Where to find the Dockerfiles for all of Kubeflow’s images Image Name Dockerfile Location tf_operator https://github.com/ku...
  • 深度学习框架

    在Alluxio上运行深度学习框架 深度学习的数据挑战 Alluxio如何帮助解决深度学习的存储问题 设置 Alluxio FUSE 使用Tensorflow访问Alluxio FUSE 在Alluxio上运行深度学习框架 内容列表 随着数据集规模的增大以及计算能力的增强,深度学习已成为人工智能的一项流行技术。能够获取的数据...
  • 6.3.3. AWS

    WebAssembly Serverless Functions in AWS Lambda Prerequisites Example 1: Image processing Create the function Create the service script to load the function Build the Docker imag...
  • MNIST 机器学习入门

    MNIST机器学习入门 MNIST数据集 Softmax回归介绍 实现回归模型 训练模型 评估我们的模型 MNIST机器学习入门 这个教程的目标读者是对机器学习和TensorFlow都不太了解的新手。如果你已经了解MNIST和softmax回归(softmax regression)的相关知识,你可以阅读这个快速上手教程 。 当我们...
  • VolcanoJob

    VolcanoJob 定义 样例 关键字段 资源状态 使用场景 说明事项 Volcano支持的计算框架 volcano和default-scheduler的选择 VolcanoJob 最近更新于 Jul 31, 2021 定义 Volcano Job,简称vcjob,是Volcano自定义的Job资源类型。区别于Kuberne...
  • 损失函数 Losses

    损失函数的使用 可用损失函数 mean_squared_error mean_absolute_error mean_absolute_percentage_error mean_squared_logarithmic_error squared_hinge hinge categorical_hinge logcosh categoric...
  • 并行运行

    并行运行 当 TensorFlow 运行图时,它首先找出需要求值的节点列表,然后计算每个节点有多少依赖关系。 然后 TensorFlow 开始求值具有零依赖关系的节点(即源节点)。 如果这些节点被放置在不同的设备上,它们显然会被并行求值。 如果它们放在同一个设备上,它们将在不同的线程中进行求值,因此它们也可以并行运行(在单独的 GPU 线程或 CPU 内...
  • 入门指南

    2513 2019-07-24 《MLeap 中文文档》
    入门指南 典型 MLeap 工作流 训练 序列化 执行 组件 MLeap Spark MLeap Scikit MLeap Bundle MLeap Runtime 入门指南 无论是集成 PySpark、Scikit-Learn、Spark、TensorFlow 还是直接通过 MLeap Runtime 来使用 MLeap,上手都是...