We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e264295 commit 9f27bc4Copy full SHA for 9f27bc4
CNN_test.py
@@ -6,7 +6,7 @@
6
import matplotlib.pyplot as plt
7
8
9
-def get_path_a(path):
+def get_path_a(path): #得到一个文件夹里面所有的文件
10
paths = []
11
for root, dir, files in os.walk(path):
12
for f in files:
README.md
@@ -1,4 +1,4 @@
1
-Environments:
+**Environments:**
2
3
pip install tensorflow
4
@@ -8,7 +8,7 @@ pip install skimage
Python3+
-Introduction:
+**Introduction:**
13
这是一个CNN来实现二分类的问题,(代码设计可以实现多分类)你需要训练自己的模型 run CNN.py ,测试自己的模型run CNN_test.py
14
0 commit comments