240 发简信
IP属地:上海
  • Resize,w 360,h 240
    通俗理解维特比算法

    写的超级好的一篇讲解crf的博客:https://createmomo.github.io/2017/11/11/CRF-Layer-on-th...

  • 获取Tensor的维度(tf.shape(x)、x.shape和x.get_shape()的区别)

    转载自:https://blog.csdn.net/guolindonggld/article/details/79281938 可以看到s.s...

  • Resize,w 360,h 240
    tensorflow与numpy的广播机制

    文章转载自:https://www.jianshu.com/p/550c90dfffa0 在使用Tensorflow的过程中,我们经常遇到数组形...

  • CNN

    tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=None, nam...

  • Tensorflow:GPU使用几点建议

    GPU运行Tensorflow的几点建议:1.在运行之前先查看GPU的使用情况:指令:nvidia-smi 备注:查看GPU此时的使用情况或者指...

  • 2019-02-26

    tf.Variabletf.Variable.init(initial_value, trainable=True, collections=N...

  • 变量的初始化方法

    tf.get_variable的初始化调用为:tf.get_variable(name, shape=None, initializer=Non...

  • tf.stack()的用法

    tf.stack(values,axis=0,name='stack') 将秩为 R 的张量列表堆叠成一个秩为 (R+1) 的张量.将 valu...

  • anaconda入门使用方法

    序 Python易用,但用好却不易,其中比较头疼的就是包管理和Python不同版本的问题,特别是当你使用Windows的时候。为了解决这些问题,...