Created
January 29, 2019 00:08
-
-
Save JoshVarty/697876a0ddc82691dd786b2d4169ba8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path = 'data/counting' | |
np.random.seed(42) | |
data = ImageDataBunch.from_folder(path, train=".", valid_pct=0.2, | |
ds_tfms=get_transforms(), size=224, num_workers=4).normalize(imagenet_stats) | |
data.show_batch(rows=3, figsize=(7,8)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment