Skip to content

Commit 9f27bc4

Browse files
committed
细节修改
1 parent e264295 commit 9f27bc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CNN_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import matplotlib.pyplot as plt
77

88

9-
def get_path_a(path):
9+
def get_path_a(path): #得到一个文件夹里面所有的文件
1010
paths = []
1111
for root, dir, files in os.walk(path):
1212
for f in files:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Environments:
1+
**Environments:**
22

33
pip install tensorflow
44

@@ -8,7 +8,7 @@ pip install skimage
88

99
Python3+
1010

11-
Introduction:
11+
**Introduction:**
1212

1313
这是一个CNN来实现二分类的问题,(代码设计可以实现多分类)你需要训练自己的模型 run CNN.py ,测试自己的模型run CNN_test.py
1414

0 commit comments

Comments
 (0)