
日常Bug记录
三川小哥 知乎
我是一名IT工程师,现从事CNN模型精简优化和移动端部署的工作。硕士毕业于华科,业余喜欢看书画画。
展开
-
python pip download too slow?
pip install <package name > -i https://pypi.tuna.tsinghua.edu.cn/simplepip mirror :https://pypi.tuna.tsinghua.edu.cn/simplehttp://mirrors.aliyun.com/pypi/simple/https://pypi.baidu.com/pypi/simple原创 2020-12-30 22:41:04 · 627 阅读 · 0 评论 -
tflite convert 无法导出动态输入shape的模型文件
tflite convert 无法导出动态输入shape的模型文件在window上 切换了各种方法,仍然是无法导出,最终在Ubuntu 上面用同样的方法就可以导出了。用 Ubuntu~原创 2020-09-14 18:13:10 · 541 阅读 · 1 评论 -
【BugRecord】RunningTensorflowHighVersion
RunningTensorflowHighVersionDll load errorNeed to change the Protobuf version ==3.6.0pip install protobuf==3.6.0原创 2020-09-14 18:12:22 · 102 阅读 · 0 评论 -
“invalid shape ‘{1}‘.“.format(_get_tensor_name(tensor), shape_list))
出错代码行tfLiteModel=tfLiteconverter.convert();错误信息"invalid shape '{1}'.".format(_get_tensor_name(tensor), shape_list))ValueError: None is only supported in the 1st dimension. Tensor ‘input_1’ has invalid shape ‘[None, None, None, 4]’.解决# tflite是静态图,需要原创 2020-09-14 18:11:29 · 471 阅读 · 1 评论 -
Android studio显示崩溃代码信息
Android studio显示崩溃代码信息:LogCat 设置为No filters查找窗口中的 backtrace逐行查看输出的代码段,定位错误信息。原创 2020-09-09 10:46:15 · 683 阅读 · 0 评论