1. 安装anaconda
  2. 打开Anaconda Prompt
    conda+豆瓣源配置tensorflow+keras环境
  3. 创建虚拟环境
conda create -n myenv python=3.5
activate myenv
  1. 安装dependency
pip install keras==2.0.8 -i https://pypi.douban.com/simple/ 
pip install tensorflow==1.1 -i https://pypi.douban.com/simple/ 
pip install opencv-python -i https://pypi.douban.com/simple/ 

(主义新版 keras 和 tensorflow可能会有代码兼容问题建议安装以上版本)
5. 输入: jupyter notebook 打开编译器
6. 运行 Car_Detection.ipynb

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-07-25
  • 2022-12-23
  • 2021-12-11
  • 2021-05-08
  • 2021-07-02
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-12-03
  • 2021-09-06
相关资源
相似解决方案