自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 问答 (1)
  • 收藏
  • 关注

原创 mmdnn TensorFlow is outdated

不仅要更新 tf还要 pythonimport tensorflow as tfprint(tf.__path__) 将其export 到PYTHONPATH当中

2018-12-31 10:33:30 406

原创 mmdnn cannot import caffe

export PYTHONPATH=/path/to/your/pycaffe:$PYTHONPATH

2018-12-30 20:57:14 217

原创 ImportError: dynamic module does not define module export function (PyInit__caffe)

在我们需要用到pycaffe的时候出现的我的原因是在一个anaconda环境下,protoc的版本与caffe不搭配,所以这样。换一个anaconda环境之后,两者搭配了,就没问题了。...

2018-12-30 20:56:04 2806

转载 [Object Detection] TypeError: `name` must be string, given: 0

https://github.com/tensorflow/models/pull/5372/files#diff-76df8ca264a059e8a3003851fe4d7849R653 research/object_detection/model_lib.py  def create_train_and_eval_specs(train_input_fn,     ...

2018-12-20 08:17:46 335

转载 [object detection] TypeError: can't pickle dict_values objects

https://github.com/tensorflow/models/issues/4780If you're using python3 , add list() to category_index.values() in model_lib.py about line 381 as this list(category_index.values()).

2018-12-19 19:27:51 693 1

原创 Ubuntu 安装 cuda deb 指令 不要自动装9.2

比如安装 9.0 sudo dpkg -i cuda-repo-ubuntu1604-9-0-local_9.0.148-1_amd64.debsudo apt-key add /var/cuda-repo-9-0-local/7fa2af80.pubsudo apt-get updatesudo apt-get install cuda最后一句会自动安装9.2 需要改为:su...

2018-12-19 14:41:42 127

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除