Skip to content

Commit

Permalink
Update cifar_100_EfficientNet.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakolpakov authored Nov 1, 2023
1 parent 8b66329 commit 20cf34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cifar_100_EfficientNet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
}
},
"source": [
"We take only 50 samples in each category"
"We take only 20 samples in each category"
]
},
{
Expand All @@ -465,7 +465,7 @@
},
"outputs": [],
"source": [
"num_samples = 50\n",
"num_samples = 20\n",
"X_sub, y_sub = subsample_train(X_train, y_train, num_samples)"
]
},
Expand Down

0 comments on commit 20cf34a

Please sign in to comment.