yolo3-keras
yolo3-keras copied to clipboard
请问python用的什么版本
3.6以上的python 无法解释protobuf包下某个py文件 下的某些syntax
我用的是python3.6 tensorflow1.13 keras2.1.5
按你说的安装了版本,但是在运行train.py时,有很多"C:\Users\Lenovo\Anaconda3\lib\site-packages\google\protobuf\internal\decoder.py"里面的SyntaxError: invalid syntax,请问咋办呢?
这个是缩进问题,你需要调整缩进
这是我的,可以训练 conda create -n keras python = 3.6 pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install six -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install opencv-python -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install Pillow -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install scikit-image -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install h5py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install tensorflow-gpu==1.13.1 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip install keras==2.1.5 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
按照上面说的安装了版本,运行依然出错,找不到指定模块
是不是tensorflow-gpu环境没配置好
我刚刚又找了个帖子配置了一下,成功了,应该是几个必须的东西版本不同导致的,麻烦了,谢谢。
---原始邮件--- 发件人: "JiaQi Xu"<[email protected]> 发送时间: 2020年4月3日(周五) 晚上10:08 收件人: "bubbliiiing/yolo3-keras"<[email protected]>; 抄送: "Comment"<[email protected]>;"Stitches-97"<[email protected]>; 主题: Re: [bubbliiiing/yolo3-keras] 请问python用的什么版本 (#1)
是不是tensorflow-gpu环境没配置好
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
是不是tensorflow-gpu环境没配置好
必须要电脑有显卡才行吗?
是不是tensorflow-gpu环境没配置好
必须要电脑有显卡才行吗? CPU版的tensorflow可以运行吗?笔记本电脑没有NVIDIA的显卡
必须有英伟达的显卡
没有的话只能用cpu版本