书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 1336 个相关结果.
  • Design Doc: Distributed Embedding Layer

    Design Doc: Distributed Embedding Layer Motivation Distributed Storage Read, Init, and Update Related Work Embedding Layers in TensorFlow tf.keras.layers.Embedding and tf.nn.e...
  • 评估标准 Metrics

    评价函数的用法 参数 返回值 可使用的评价函数 binary_accuracy categorical_accuracy sparse_categorical_accuracy top_k_categorical_accuracy sparse_top_k_categorical_accuracy 自定义评价函数 评价函数的用法 评...
  • SageMaker

    SageMaker SageMaker SageMaker LocalStack Pro provides a local version of the SageMaker API, which allows running jobs to create machine learning models (e.g., using TensorFlow)...
  • 添加自定义Op

    自定义Op 添加Op的模型描述 添加Op的模型转换 Tensorflow模型转换 Caffe模型转换 ONNX模型转换 计算Op输出tensor大小 添加对应Backend的Execution CPU Metal 1. 声明 2. 实现 3. 实现Metal Op Creator,完成注册: Vulkan 1. Shader 2. 类...
  • 读取数据

    数据读取 目录 数据读取 供给数据 从文件读取数据 文件名, 乱序(shuffling), 和最大训练迭代数(epoch limits) 文件格式 CSV 文件 固定长度的记录 标准TensorFlow格式 预处理 批处理 创建线程并使用QueueRunner 对象来预取 疑问: 这是怎么回事? 疑问: 在达到最大训练迭代数的时候如何清...
  • 4-4,AutoGraph的机制原理

    4-4,AutoGraph的机制原理 一,Autograph的机制原理 二,重新理解Autograph的编码规范 4-4,AutoGraph的机制原理 有三种计算图的构建方式:静态计算图,动态计算图,以及Autograph。 TensorFlow 2.0主要使用的是动态计算图和Autograph。 动态计算图易于调试,编码效率较高,但执行效率...
  • 使用Golang客户端

    1277 2018-07-28 《小米云深度学习》
    使用Golang客户端 简介 准备编译环境 完整例子 实现原理 使用Golang客户端 简介 Golang客户端要访问TensorFlow serving服务,需要实现gRPC客户端。 准备编译环境 go get - u github . com / golang / protobuf /{ proto , protoc - ...
  • 创造第一个图谱,然后运行它

    创造第一个图谱,然后运行它 import tensorflow as tf x = tf . Variable ( 3 , name = "x" ) y = tf . Variable ( 4 , name = "y" ) f = x * x * y + y + 2 这就是它的一切! 最...
  • 损失函数 Losses

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

    Troubleshooting TensorFlow and AVX AVX2 Minikube RBAC clusters Problems spawning Jupyter pods Pods stuck in Pending state OpenShift 403 API rate limit exceeded error Tr...