书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 1323 个相关结果.
  • 4-3,AutoGraph的使用规范

    4-3,AutoGraph的使用规范 一,Autograph编码规范总结 二,Autograph编码规范解析 4-3,AutoGraph的使用规范 有三种计算图的构建方式:静态计算图,动态计算图,以及Autograph。 TensorFlow 2.0主要使用的是动态计算图和Autograph。 动态计算图易于调试,编码效率较高,但执行效率偏低...
  • 在线服务的模型升级

    在线服务的模型升级 简介 模型升级 在线服务的模型升级 简介 使用ModelService服务,一般都需要不停服务的模型升级,目前TensorFlow Serving已经支持,可以在Xiaomi Cloud-ML的服务中实现。 注意模型导出时可以指定模型名称和版本,这个版本是serving的版本,和Xiaomi Cloud-ML中创建模型服...
  • Blog Posts

    Blog Posts The Kubeflow blog Using Kubeflow to train and serve a PyTorch model in Google Cloud Platform Getting started with Kubeflow Pipelines How to create and deploy a Kubefl...
  • 模型转换工具

    MNNConvert 编译模型转换工具(gcc>=4.9) 模型转换的使用 tensorflow/ONNX/tflite caffe MNN 查看版本号 MNNDump2Json Pytorch 模型转换 MNNConvert 编译模型转换工具(gcc>=4.9) 首先需要安装protobuf(3.0以上) # MacOS ...
  • Size

    Size Size Inputs: input : int32|int64|uint8|float32(NHWC) Outputs: output : int32 Backend: CPU Metal Vulkan OpenCL Tensorflow op: Size
  • PReLU

    PReLU PReLU Inputs: input : float32(NC4HW4) Outputs: outpus : float32 Backend: CPU Metal Vulkan OpenCL Caffe op: PReLU Tensorflow op: PRelu
  • ReLU

    ReLU ReLU Inputs: inputs : float32(NHWC|NC4HW4) Outputs: output : float32 Backend: CPU Metal Vulkan OpenCL Caffe op: Relu Tensorflow op: Relu
  • Dockerfile Locations

    Dockerfile Locations Dockerfile Locations Where to find the Dockerfiles for all of Kubeflow’s images Image Name Dockerfile Location tf_operator https://github.com/kubeflow/tf-...
  • 完整代码

    完整代码 from tensorflow . examples . tutorials . mnist import input_data import tensorflow as tf from sklearn . metrics import accuracy_score import numpy as np ...
  • 使用 Python 函数插件运行 AI 算法

    使用 Python 函数插件运行 AI 算法 先决条件 开发插件 实现业务逻辑 插件实现 插件打包 插件安装 运行插件 定义流 定义规则 输入数据 检查结果 结论 使用 Python 函数插件运行 AI 算法 LF Edge eKuiper 是一款边缘轻量级物联网数据分析/流软件,可在各种资源受限的物联网设备上运行。 Ten...