Skip to content

Commit

Permalink
Fixed the cifar100 category
Browse files Browse the repository at this point in the history
keras-team#74 

100 labels, not labels for 10 categories
  • Loading branch information
magh0 authored Oct 6, 2019
1 parent 93bc3cf commit 81ea2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from keras.datasets import cifar10

## CIFAR100 소형 이미지 분류:

50,000개의 32x32 컬러 학습 이미지, 10개 범주의 라벨, 10,000개의 테스트 이미지로 구성된 데이터셋.
50,000개의 32x32 컬러 학습 이미지, 100개 범주의 라벨, 10,000개의 테스트 이미지로 구성된 데이터셋.

### 사용법:

Expand Down

0 comments on commit 81ea2fa

Please sign in to comment.