
问题解决
王二小、
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
问题解决:CUDA_HOME environment variable is not set.
解决:Try。原创 2024-08-06 15:05:04 · 1146 阅读 · 0 评论 -
ImportError: dynamic module does not define module export function (PyInit__caffe)
https://github.com/BVLC/caffe/issues/6054原创 2020-05-06 16:57:58 · 1506 阅读 · 2 评论 -
Assign requires shapes of both tensors to match. lhs shape= [1001] rhs shape= [2]
问题:InvalidArgumentError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure t...原创 2020-04-09 11:04:48 · 677 阅读 · 0 评论 -
urlopen error [Errno 111] Connection refused 问题解决
重启网络sudo /etc/init.d/networking restart原创 2020-04-08 10:07:24 · 10558 阅读 · 0 评论 -
ImportError: cannot import name model_fn
I slove this problem by sudo pip uninstall tensorflow_estimator then sudo pip install tensorflow_estimator==1.13.0,my tensorflow_gpu version is 1.13.1原创 2020-04-02 20:02:42 · 2743 阅读 · 3 评论 -
Didn't find custom op for name 'TFLite_Detection_PostProcess'
java.lang.RuntimeException: java.lang.IllegalArgumentException: Internal error: Cannot create interpreter: Didn’t find custom op for name ‘TFLite_Detection_PostProcess’ with version 1 #33231I solve i...原创 2020-03-27 18:48:17 · 836 阅读 · 0 评论 -
SSD出现Caffe: Data layer prefetch queue empty的问题?
I get Resolved,in src/caffe/util/sampler.cppcaffe_rng_uniform(1, 0.f, 1 - bbox_width, &w_off);caffe_rng_uniform(1, 0.f, 1 - bbox_height, &h_off);caffe_rng_uniform will get block, when bbox...原创 2020-02-27 14:57:07 · 590 阅读 · 0 评论