TensorFlow
freshZero_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tensorflow相关问题
使用tfrecord使用tfrecord文件作为网络的输入的时候,出现问题assertion failed: [Unable to decode bytes as JPEG, PNG, GIF, or BMP可能原因,生成tfrecord的时候,存入tfrecord的图片的大小和需要解析生成的图片的大小不一样。比如生成tfrecord的时候,存入的二进制是原始的jpg图片,而解析tfr...原创 2018-11-15 20:07:39 · 1255 阅读 · 0 评论 -
LSTM tf.nn.rnn_cell.LSTMCell
What are c_state and m_state in Tensorflow LSTM?源码:def __call__(self, inputs, state, scope=None): """Run one step of LSTM. Args: inputs: input Tensor, 2D, batch x num_units. sta...转载 2019-01-04 11:41:53 · 5965 阅读 · 1 评论
分享