We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
@mukulkhanna any luck with this cell not working?
Sorry, something went wrong.
No branches or pull requests
Notebook cell 👇🏼
The text was updated successfully, but these errors were encountered: