Skip to content

Commit 078939c

Browse files
committed
Update README.md
1 parent 7bdb0d2 commit 078939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransferLearning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python train.py --data './cats_and_dogs_filtered/'
2222

2323
## 使用自己的数据集
2424

25-
这里要注意,对于自己的数据集,需要按照一定的排列格式,可以按照你的数据集排列方式,最后在运行的时候改成python train.py --data './data'即可
25+
这里要注意,对于自己的数据集,需要按照一定的排列格式,可以按照你的数据集排列方式,最后在运行的时候改成python train.py --data './data'即可,除此之外,多个类别需要设置classes参数,也就是python train.py --data './data' --classes 类别
2626

2727
```txt
2828
data

0 commit comments

Comments
 (0)