安装该项目
ENV:
Win11
Anaconda
1.安装 Python 3.7, 在Anaconda 新建一个python 3.7 环境
2. 安装 VC++ build tool 14.0 以上版本, 我从下面这个link下载的最新版是 17.6.4
https://visualstudio.microsoft.com/visual-cpp-build-tools/
否则会遇到
3. 修改一下 requirement.txt 解决冲突
tensorboard==2.1.0否则会遇到这个问题
4.git clone https://github.com/mustafamerttunali/deep-learning-training-gui.git
cd Deep-Learning-Training-GUIOn your conda terminal: pip install -r requirements.txt
5. 安装成功
标签:DIGITS,github,learning,python,GUI,deep,https,com From: https://www.cnblogs.com/mashuai-191/p/18076971