GTSRB icon indicating copy to clipboard operation
GTSRB copied to clipboard

FileNotFoundError: test folder doesn't exist or is empty

Open mukulkhanna opened this issue 5 years ago • 1 comments

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)

mukulkhanna avatar Sep 01 '18 11:09 mukulkhanna

@mukulkhanna any luck with this cell not working?

mickymount avatar Jul 13 '19 22:07 mickymount