- 博客(8)
- 收藏
- 关注
转载 how to generate pb file from ckpt files?
在手机上使用训练得到的模型文件模型通常都是在 PC 端训练的,对于大部分使用者,都是用 Python 编写的代码,得到 ckpt 格式的模型文件。在使用模型文件的时候,一种做法就是用代码重新构建出完整的神经网络,然后加载这个 ckpt 格式的模型文件,如果是在 PC 上使用模型文件,用这个方法其实也是可以接受的,复制粘贴一下 Python 代码就可以重新构建整个神经网络。但是,在手机上只能
2017-11-23 16:45:52
558
原创 Tensorflow error : Assign requires shapes of both tensors to match
When training faster-rcnn model for object detection job (I have used a third-party tensorflow version: https://github.com/endernewton/tf-faster-rcnn)Met the error :ERROR MESSAGEInvali
2017-11-22 11:15:17
9098
1
原创 python numpy ndarray astype error
you must use a new ndarray to store the transferred elements, as described in the documents:By default, astype always returns a newly allocated array. If thisis set to false, and thedtype,
2017-06-07 14:58:33
549
原创 centos nvidia-smi error
error :when run nvidia-docker run --rm nvidia/cuda nvidia-smithe centos reply :NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display D
2017-05-31 10:22:39
3256
原创 LeetCode 练习: Subset ii
题目:Given a collection of integers that might contain duplicates, nums, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not c
2016-01-13 21:42:41
230
原创 LeetCode练习:subset
Leetcode练习: Subset题目:Given a set of distinct integers, nums, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not conta
2015-12-16 21:16:21
264
原创 LeetCode训练:strstr
题目: Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.分析: 没有太多可说的,easy难度的一道题目,使用暴力搜索的方法即可通过 。当然也可以采用更高级的算法,比如K
2015-12-16 18:04:17
288
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人