
tensorflow
FlySahami
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
extract_imgBand_patches
(1)问题介绍 目的:提取序列图像的patch 函数和模块: import tensorflow as tf import numpy as np import pickle tf.extract_image_patches() np.expand_dims(imgData[:,:,d], axis=0) 数据: band1 = [[[[x * n + y + 1] for y ...原创 2018-11-25 17:27:18 · 368 阅读 · 0 评论 -
tfdbg调试之no model_checkpoint_path
1.错误类型: AttributeError: "'NoneType' object has no attribute 'model_checkpoint_path'"... ...error at save/lstm/4l2r50d0f ignoring 上下文如下: -> try: (Pdb) n > /data/小明/ChangeDetectionRNN_master...原创 2019-01-14 18:33:52 · 8522 阅读 · 4 评论