Skip to content

Commit 20cf34a

Browse files
Update cifar_100_EfficientNet.ipynb
1 parent 8b66329 commit 20cf34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cifar_100_EfficientNet.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
}
449449
},
450450
"source": [
451-
"We take only 50 samples in each category"
451+
"We take only 20 samples in each category"
452452
]
453453
},
454454
{
@@ -465,7 +465,7 @@
465465
},
466466
"outputs": [],
467467
"source": [
468-
"num_samples = 50\n",
468+
"num_samples = 20\n",
469469
"X_sub, y_sub = subsample_train(X_train, y_train, num_samples)"
470470
]
471471
},

0 commit comments

Comments
 (0)