1.开源项目 github地址 https://github.com/OlafenwaMoses/ImageAI
3.Pycharm中无法导入包问题:Unresolved reference 解决方法
4.Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
原因是:tensorflow版本太高
解决方案:pip3 install --upgrade --force-reinstall tensorflow-gpu==1.9.0