码迷,mamicode.com
首页 >  
搜索关键字:tensor    ( 809个结果
Using Tensorflow SavedModel Format to Save and Do Predictions
We are now trying to deploy our Deep Learning model onto Google Cloud. It is required to use Google Function to trigger the Deep Learning predictions. ...
分类:其他好文   时间:2019-06-05 00:32:37    阅读次数:96
深度学习入门2
title: why batch norm work 没太理解 title: softmax regression 多分类问题,输出层变成一个n维向量,有几个类就几维,每一个元素对应属于这个类的概率 softmax激活函数,挺简单的啊 softmax这一层,本身是划分线性边界的 title: dee ...
分类:其他好文   时间:2019-06-04 17:46:40    阅读次数:113
用tensorflow框架搭建基于seq2seq-attention的聊天机器人
Tensorflow、Seq2Seq、Attention、聊天机器人 ...
分类:其他好文   时间:2019-06-03 14:29:50    阅读次数:83
pytorch之Resize()函数
Resize函数用于对PIL图像的预处理,它的包在: 使用如: 而Resize函数有两个参数, size : 获取输出图像的大小 interpolation : 插值,默认的 PIL.Image.BILINEAR, 一共有4中的插值方法 ...
分类:其他好文   时间:2019-05-26 16:09:34    阅读次数:2657
TensorBoard可视化
[TOC] Tensor Flow TensorBoard Installation Curves Image Visualization Installation Priciple Listen logdir build summary instance fed data into summary ...
分类:其他好文   时间:2019-05-25 13:20:01    阅读次数:148
吴裕雄 python 神经网络——TensorFlow 数据集基本使用方法
import tempfile import tensorflow as tf input_data = [1, 2, 3, 5, 8] dataset = tf.data.Dataset.from_tensor_slices(input_data) # 定义迭代器。 iterator = data... ...
分类:编程语言   时间:2019-05-18 13:56:30    阅读次数:112
关于类型为numpy,TensorFlow.tensor,torch.tensor的shape变化以及相互转化
https://blog.csdn.net/zz2230633069/article/details/82669546 2018年09月12日 22:56:50 一只tobey 阅读数:727 2018年09月12日 22:56:50 一只tobey 阅读数:727 1.numpy类型:numpy. ...
分类:其他好文   时间:2019-05-17 18:07:21    阅读次数:198
吴裕雄 python 神经网络——TensorFlow pb文件保存方法
import tensorflow as tf from tensorflow.python.framework import graph_util v1 = tf.Variable(tf.constant(1.0, shape=[1]), name = "v1") v2 = tf.Variable... ...
分类:编程语言   时间:2019-05-16 14:01:24    阅读次数:349
高阶操作
[TOC] Outline where scatter_nd meshgrid Where where(tensor) where获得以下表格中True的位置 1|2|3 | | True|False|False False|True|False False|False|True where(con ...
分类:其他好文   时间:2019-05-14 20:51:19    阅读次数:181
tensorflow Mobilenet 导出模型的方法
python export_inference_graph.py --input_type image_tensor --pipeline_config_path ssd_mobilenet_v1_coco.config --trained_checkpoint_prefix model.ckpt- ...
分类:Web程序   时间:2019-05-14 11:10:45    阅读次数:175
809条   上一页 1 ... 30 31 32 33 34 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!