-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
  因为偶尔会遇到解决不了的问题,不得不需要刷系统。刷完Ubuntu系统后,重新配置日常开发所需的环境太麻烦。在痛定思痛后,我写了一系列 **bash脚本** ,来一键配置所需的基本开发环境。 | ||
|
||
  因为上传文件大小限制的缘故,这里只上传了代码部分,没有附带一键配置时所执行的安装包文件。后面我会将安装包资源上传网络,并在一键下载安装包代码中,替换上真正的下载地址。 | ||
|
||
  我自己配置的环境是: cuda8.0、anaconda2、cudnn5.1、pycharm17.1、tensorflow-gpu、opencv3.2.0。 | ||
|
||
--- | ||
|
||
--- |