Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: test folder doesn't exist or is empty #1

Open
mukulkhanna opened this issue Sep 1, 2018 · 1 comment
Open

FileNotFoundError: test folder doesn't exist or is empty #1

mukulkhanna opened this issue Sep 1, 2018 · 1 comment

Comments

@mukulkhanna
Copy link

Notebook cell 馃憞馃徏

bs = 256

aug_tfms = [RandomRotate(20), RandomLighting(0.8, 0.8)]
tfms = tfms_from_model(arch, sz, aug_tfms=aug_tfms, max_zoom=1.2)
data = ImageClassifierData.from_paths(path, tfms=tfms, test_name='test', bs=bs)

ims = np.stack([get_augs() for i in range(6)])
plots(ims, rows=2)

@mickymount
Copy link

@mukulkhanna any luck with this cell not working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants